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
More information about text formats
Add new comment