Your Ad Here

Posted By

funkadelicsoul on 07/27/09


Tagged


Versions (?)

Over ride Inline styles


 / Published in: HTML
 

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

  1. <style type="text/css">
  2. div[style] { background: yellow !important;}
  3.  
  4. <div style="background: red;"> The inline styles for this div should make it red.</div>

Report this snippet  

You need to login to post a comment.