Georg, Thanks for your help... This got it working first time! Tatham
-----Original Message----- From: Gunlaug S�rtun [mailto:[EMAIL PROTECTED] Sent: Saturday, 25 December 2004 4:59 PM To: [email protected] Cc: [EMAIL PROTECTED] Subject: Re: [WSG] Float problem in IE6 Tatham Oddie wrote: > Im getting a float problem in IE6 that I dont understand. > > The URL is http://www.e-oddie.com/e-oddie2/. The problem is known as margin-doubling in IE/win. "display: inline" will fix that in your case. On top of that you have also made it a bit tight in there, so IE/win will drop the main column on narrow window. A small negative back-margin on the float will help. > For an idea of how it should display (the problem is pretty obvious) > take a look in Firefox. This should make it hold in IE/win, until the window gets really narrow. Put it at the bottom of your stylesheet. @media all { * html div.blockRight {display: inline; margin-left: -3%;} } Georg ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
