One issue is the concept of "containers"... The div tag is a container, but it is contained in the body tag... the body tag, unfortunately is not trated the same on all browsers... in some it is sized to fit the browser's available space... in some browsers the body tag is sized to fit the minimum height required to fit the current contents.... So a div tag set to 100% would size differently on each...in fact if empty, the div tag might not even show up on some browsers, since an empty body would be, potentially, 0px high...
try adding height="100%" and width="100%" to your body tag... and test again...
This works for me on IE and Firefox, give me a second and I'll check my Opera too... Yea, it is working Opera too...
Using strict may not help as most browsers are now set to default to strict unless you page forces them otherwise...
rgtaylor
Junior Poster in Training
88 posts since Mar 2007
Reputation Points: 10
Solved Threads: 2