Css Overwrite inline styling
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;
- }
Technology:
Comments
Code Monkey (not verified)
Wed, 01/12/2011 - 18:53
Permalink
This does not work in IE 7 or
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.
CoolGoose
Fri, 01/14/2011 - 15:25
Permalink
http://code.google.com/p/ie7-
http://code.google.com/p/ie7-js/ try the IE8 js version.
Pages
Add new comment