
September 23rd, 2002, 01:51 PM
|
|
Contributing User
|
|
Join Date: Jun 2002
Location: Norway
Posts: 34
Time spent in forums: < 1 sec
Reputation Power: 11
|
|
|
CSS: problems with the height property
I'm developing a site which is based on CSS and XHTML.
I have a div which uses the "height" property with a percentage value. The height of the div box is supposed to be 100%, and that works in both Opera, Mozilla and even IE 5 and 5.5, but not in IE 6!
In IE 6 the height of the box is only relevant to the containing text, and not relevant to the browser window. This means that the div is far from 100%.
What can be done to work around this?
|