CSS browser safe way to apply a radius border?
Posted
by sarah
on Stack Overflow
See other posts from Stack Overflow
or by sarah
Published on 2010-05-03T17:08:04Z
Indexed on
2010/05/03
17:18 UTC
Read the original article
Hit count: 164
I want to apply a 3px top left & top right radius border.
How can I do this across all browsers (e.g. IE, WebKit, Mozilla)?
And if the browser doesn't support the border-radius attribute, just default to no radius (square corner).
© Stack Overflow or respective owner