CSS browser safe way to apply a radius border?
- by sarah
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).