CSS hacks for IE6 and IE7
Tags: css, hacks, ie6, ie7
Date: 23rd April, 2010
Add an asterisk before the call for IE6 and IE7:
*margin: 15px;
or add an underscore for just IE6:
_margin: 15px;
…and dream of a day when we don’t have to do this!
Add an asterisk before the call for IE6 and IE7:
*margin: 15px;
or add an underscore for just IE6:
_margin: 15px;
…and dream of a day when we don’t have to do this!