Rounded corners, is this Mozilla specific?
Posted
by public static
on Stack Overflow
See other posts from Stack Overflow
or by public static
Published on 2008-09-24T02:45:59Z
Indexed on
2010/05/21
20:50 UTC
Read the original article
Hit count: 124
css
I was looking at how some site implemented rounded corners, and the CSS had these odd tags that I've never really seen before.
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
I googled it, and they seem to be Firefox specific tags?
Update
The site I was looking at was twitter, it's wierd how a site like that would alienate their IE users.
© Stack Overflow or respective owner