CSS hack: Difference between revisions

Content deleted Content added
No edit summary
Line 8:
 
=== Unsupported CSS ===
Although newer CSS rules are correct by current standards, they are unsupported and therefore ignored by older browsers as "invalid". By writing old rules followed by newer rules that cancel out or modify the old ones, it is possible to only activate certain rules on older browsers.
 
=== Conditional comments ===