Ack, I did get it wrong...
WRONG:
/* Fix 3px jog & hide from IE5-mac: \*/
* html #colPrimary {
margin: 0;
height: 0.01%;
}
* html #colSecondary { margin: 0 0 0 17px; }
* html #colTertiary { margin: 0 3px 0 0; }
/* End IE5/mac hide */
RIGHT:
/* Fix 3px jog & hide from IE5-mac: \*/
* html #colPrimary {
margin: 0 217px 0 47px;
height: 0.01%;
}
* html #colSecondary { margin: 0 0 0 -3px; }
* html #colTertiary { margin: 0 -3px 0 0; }
/* End IE5/mac hide */
Thanks.
Cheers,
Micky
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/