Ultimate IE CSS Hack
-7
Make IE bend to your every will and command.
margin-left: 140px !important;
margin-right: 140px !important;
margin-left: 120px;
margin-right: 120px;
IE will completely ignore anything that is !important, while any other browser actually considers it important.





Of course the best way to do it is using conditional comments - which won't go away in future versions of IE, unlike CSS hacks like this one.
More at MSDN.
Olly
think drastic
This would only be shown to IE 6 or less.
<![endif]-->
It's so depressing.
-----------------------
Proud owner of scriptsentials.com and the Scriptsentials network.
=D
-----------------------
Proud owner of scriptsentials.com and the Scriptsentials network.