Hi
Firefox is displaying the rounded borders on most boxes correctly except for the category box and course boxes. This is my css:
.categorybox, .categoryboxcontent,
.coursebox, .courseboxcontent {
-moz-border-radius:20px;
}
I have also tried:
.categorybox, .categoryboxcontent,
.coursebox, .courseboxcontent {-moz-border-radius-topleft:20px;
-moz-border-radius-topright:20px;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px; }
But that doesn't work either. It isn't overridden anywhere else in the css that I can see. Any thoughts?
Thanks
Longbarrow