/ Published in: CSS
Expand |
Embed | Plain Text
1. Fast solution: .ie8only { color /*\**/: #fff\9 } In Standards Mode only. 2. Best solution: In separate file "ie.css" (for ie only): html>/**/body #id { property: value; } IE 6: * html IE 7: *+html
You need to login to post a comment.
