Rachel May wrote:
In IE6 all of my floated divs disappeared which I have currently
'patched' with removing the floats until I have guidance from the
client on how he wants to support IE6.
Keep them floating, and add 'position: relative'.
* html #content div {float: left; position: relative;}
...works fine in IE6.
regards
Georg
--
http://www.gunlaug.no
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************