/ Published in: CSS
URL: http://www.catswhocode.com/blog/15-techniques-and-tools-for-cross-browser-css-coding
Expand |
Embed | Plain Text
.class { width:200px; /* All browsers */ *width:250px; /* IE */ _width:300px; /* IE6 */ .width:200px; /* IE7 */ }
You need to login to post a comment.
