I just do not ...
1 2 3 4 5 6 7 8 9 | {p / * Rounded Corners * / ; /* CSS 3 */ border-radius: 9px; / CSS * 3 * / ; /* Opera */ -O-border-radius: 9px; / * Opera * / ; /* iCab */ -ICab-border-radius: 9px; / * iCab * / ; /* Konqueror */ -Khtml-border-radius: 9px; / * Konqueror * / ; /* Firefox */ -Moz-border-radius: 9px; / * Firefox * / ; /* Safari */ -Webkit-border-radius: 9px; / * Safari * / } |










Maybe not right border radius, but on some things we working standard http://blogs.msdn.com/ie/archive/2008/09/08/microsoft-css-vendor-extensions.aspx
I did not know the selectors Konqueror and iCab: O
I need to update a post
Hoping that IE does not remain too far behind, at least by this time ...
@ Francis Gaven:
[...] (Thanks to redraw the list Undolog) [...]
[...] FireFox and Safari also allow you to easily adjust the roundness of the edges (see also CSS3: has anyone seen the Internet Explorer?): PLAIN TEXT [...]