another ie 6 hack
1 p { 2 background: green !important; /* Major browsers other than IE 6 and below respect the importance immediately */ 3 background: red; /* IE 6 and below use this value instead, even though the above was marked as important */ 4 }