Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Anythingfader Rounded Corners Using CSS Re: Anythingfader Rounded Corners Using CSS

#49298
chrisburton
Participant

That’s because your code is invalid. Border-radius does not work like that.

-moz-border-radius: 6px 6px 0 0;
-webkit-border-radius: 6px 6px 0 0;
-o-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;