Forum Moderators: not2easy
[puchpics.obive.net...]
(The styles are in the page still)
The blue area is where the content will go, and the design works fine, except for in IE where it looks miserable. Does anyone know of an easy fix for absolute positioning in IE? I've been looking around online for one but haven't been able to find one yet. If no such fix exists, what is the quickest way to workaround the problem?
#wrapper {width:100%; height100%;, position:absolute;}
Then place yout top, content and sidebar divs within theout #wrapper div. Top, content and sidebar divs should be "position:relative" and will be positioned relatively to the #wrapper div, *not* the browser window.