Dominique De Cooman
Published on Dominique De Cooman (https://dominiquedecooman.com)

Home > Css trick make style rule only apply in ie6

Dominique De Cooman
Tuesday, November 25, 2008 - 22:01
Css [1]

just put an underscore in front of your rule.

example

#footer {
  padding:10px;
  _padding:20px;
}

Ie6 will use the latter rule while all the other browsers will use the first. Great to solve ie6s problems with padding


Source URL: https://dominiquedecooman.com/blog/css-trick-make-style-rule-only-apply-ie6-solve-padding-issue-ie6

Links
[1] https://dominiquedecooman.com/blog-topics/css