I have markup that uses inline styles, but I don\'t have access to change this markup. How do I override inline styles in a document using only CSS? I don\'t want to use jQu
The inline styles for this div should make it red. div[style] { background: yellow !important; }
Below is the link for more details: http://css-tricks.com/override-inline-styles-with-css/