> I'm having a bit of trouble figuring out a IE bug. The main
> content on the page linked below is pushed down below the
> bottom of the left column. It's almost as if there was a
> clear=both, but there isn't one.
> There is a <br class="clearBoth">, but I don't have such a
> class defined. This bug shows up on two types of pages, all
> of my category pages, and on my shopping cart, which are the
> two pages reminaing that contain tables. Any idea what's
> going on here?
>
> http://maximumrobotics.com/store/index.php?main_page=index&cPath=1_6
Mike, try adding zoom:1 to either your .maxbotMainColumn or .centerColumn
divs, or both. Those divs have position:relative but they don't have the
magic IE property hasLayout. Adding zoom:1 turns on hasLayout.
I just tried it on your page using the handy CSS editor in Microsoft's DOM
inspector (go get this now if you don't already have it):
http://snipurl.com/iedevtoolbar -or-
http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-
bb3e-2d5e1db91038
Adding zoom:1 to either of those divs fixed the problem. Maybe someone can
advise if one or the other is to be preferred for any reason.
For additional reference on this weird issue:
http://www.google.com/search?q=float+clear+haslayout+zoom
and especially:
http://www.satzansatz.de/cssd/onhavinglayout.html
> Also, can anyone tell me why the box surrounding the top new
> item on my home page is showing up too big in Firefox?
No idea on that myself (must call it a night!) but someone may know what to
do.
-Mike
______________________________________________________________________
css-discuss [css-d-FPEHb7Xf0XVf4fvhJAioeSCwEArCW2h5@xxxxxxxxxxxxxxxx]
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/
|