Did you ever wanted to overwrite a generated inline styling, or you ever needed to overwrite the inline styling of some legacy code when you design a new template ?
You can do that pretty easy considering you ignore the ancient IE6.
- /* you can use either an id, class or tag */
- #id[style] {
- attribute: value !important;
- }
Comments
This does not work in IE 7 or
Submitted by Code Monkey (not verified) on
This does not work in IE 7 or 8... From all the looking I have done, I can't find anything that will do it in IE.
http://code.google.com/p/ie7-
Submitted by CoolGoose on
http://code.google.com/p/ie7-js/ try the IE8 js version.
Pages
Add new comment