Dave Goodchild wrote:
> URL : http://dontjustsitthere.co.uk/stage
> 
> I am pulling my hair out. In IE6 the rollover button areas are too widely
> spaced in IE6 and the home page boxes are screwed. ...


In case you are referring to the div.homeimage boxes:
IE6 does not support min-height. Serve a height instead to IE6 in your 
conditional all-IE stylesheet:

* html .homeimage {height: value}

Don't know what you mean by "rollover button areas" (an #id or .class 
would be helpful.)

Proceeding with debugging, the div.blog boxes do not respect the width 
given (width:240px), because the li inside are expanding the box (width: 
43em !). This is wider, therefore, the box itself expands the parent 
.contentbox, letting the rounded corners appear slightly inwards.

Your IE experience might benefit from a read here:
http://www.positioniseverything.net/explorer/expandingboxbug.html

Or throw in a few overflow-x hidden here and there in your conditional 
all-IE stylesheet.


Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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/

Reply via email to