scroots
01-10-2004, 08:50 PM
Hi,
People with internet explorer 6 can you look at this page and tell me if its behaving correctly.
the link http://www.martin.newton1.btinternet.co.uk/ie6test.htm
thanks
scroots
jeskel
01-10-2004, 09:11 PM
The scrollbars are ok. However I am not sure if this is the 100% you expected. See attachement.
scroots
01-10-2004, 09:14 PM
thanks jeskel,
the 100% should touch the bottom of the screen (or near enough).
scroots
Both have scrollbars when the element gets too small for the content. I should point out that overflow-y and overflow-x is IE only.
A quick guide to the overflow property (for a non-positioned element): auto: scrollbars when element is too small for content
scroll: element will always have scrollbars
hidden: overflowing content is clipped
visible: default value. Content appears outside of the border box.
Paul Jr
01-11-2004, 05:32 PM
Originally posted by scroots
and tell me if its behaving correctly.
Define "behaving correctly".
scroots
01-11-2004, 09:52 PM
thanks everyone so far, i downloaded ie 6 so i could see it for myself.
Behaving correctly - the two divs have a css height of 100%, hence therfore they should touch or nearly touch the bottom of the screen.
scroots