Tatham Oddie wrote:
I’m getting a float problem in IE6 that I don’t 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 ******************************************************
