100% height Div's
Posted: Thu Mar 08, 2007 6:31 pm
Hey guys,
I'm sure ths question in the topic title has been asked before, but this question is slightly different. Using CSS I have a Div set to 100% by way of...
It works fine when I add any HTML 4.01 doctype in IE7. It does not work in IE6 however, with or without the doctype. For some very bizarre reason it also does not work on Firefox 2.0 on a computer which has IE6, but works in Firefox 2.0 on a computer with IE7 (mine). Could anyone tell me why this is occuring.
I'm sure ths question in the topic title has been asked before, but this question is slightly different. Using CSS I have a Div set to 100% by way of...
Code: Select all
MAIN DIV
top:0px;
bottom:0px;
BOTTOM DIV (Inside main div)
top:600px;
bottom:0px;