Override Inline CSS – I had no idea!

Just came across this link via dZone.

http://css-tricks.com/override-inline-styles-with-css/


<div style="background: red;">
    The inline styles for this div should make it red.
</div>

We can fight that with this:

div[style] {
   background: yellow !important;
}

It doesn’t work in IE6, if you care.  But the places where I’ve needed this trick, I don’t care.


Other Related Items:

Don't Mess With Me... Programmer on Long Sleeve Women's Cotton T-Shirt (in 9 colors)Don't Mess With Me... Programmer on Long Sleeve Women's Cotton T-Shirt (in 9 colors)100% preshrunk heavyweight cotton; double-needle stitching throughout; seamless rib at neck; shoulder-to-shoulder tape; heather grey is 90% cotton, 10% polyester; fashion cut; 5/8" rib collar; fitted tapered sleeve.
Bdg Bdgasp.net Publishing Mastering Asp.net [windows/macintosh]Bdg Bdgasp.net Publishing Mastering Asp.net [windows/macintosh]Mastering asp.Net gives new programmers the ability to use this incredible new tool as if they were an old pro! master the flow and management of your data with this powerful learning tool!

Most Commented Post

3 Responses to “Override Inline CSS – I had no idea!”

DotNetNuke Sponsor

 

Most Valuable Blogger
Sponsor