| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Free Ring Ding™
Join Date: Feb 2003
Location: Manchester
Posts: 9,535
|
ie Height
What does ie6 do differently than firefox regarding div heights ? link : http://www.vetox.co.uk/clients/csszengarden/ (ie doesnt add enough height for the container div) cheers, |
|
|
|
|
|
#2 (permalink) |
|
Dr. Lucien Sanchez
Join Date: Mar 2003
Location: UK
Posts: 5,632
|
If you're using absolute positioning your design won't be resizable anyway, so the easiest way to get all the heights correct is to declare them yourself. Try putting the heights in - and then doing the maths to get it pixel perfect (height of first div + position from top = the top position of the next div etc....). See how that goes. Something's going on with your headers in IE5.5 and 6. Some disappear at random when you load the page. Might be because you've used padding-top: 30px to push the text down in the divs. Bottom margin on the milfing for the headers might work better - keeps it simple. Also, the box model of the top banner is thinner in IE5.5. Too big a stylesheet to look properly but hope that helps. This is IE5.5 |
|
![]() |