Dieter, is this supposed to work in IE?
-moz-border-radius-topleft: 8px;
-khtml-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
-moz-border-radius-topright: 8px;
-khtml-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
It works in Firefox (my default browser), but when I open it in IE8, the corners aren't rounding.
Thanks again,
-Kathy