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.

  1. /* you can use either an id, class or tag */
  2. #id[style] {
  3.     attribute: value !important;
  4. }

Technology: 

Comments

Pages

Add new comment