if you click on the below link http://www.fresh-milk.co.uk/specialmoments_notlive/ as you can see, trying to get the layer at the top, be at the top, and from the left hand corner to the right, and also the same for the bottom gray layer.... please help........ Carl....
Carl, It is impolite and poor netiquette to cross post the same question to multiple forums. Since you're already being helped, people here who would help are duplicating the effort, wasting their time. gary
In case you still didnt solve the issue: declare body and html as width 100% and absolutely position to and bottom div with top, and bottom values: body,html { width:100%; } div.top, div.bottom { position:absolute; } div.top { top:0px; width:100%; height:100px; } div.bottom { bottom:0px; width:100%; height:100px; }