View Full Version : layering


soundasleep
05-29-2003, 04:21 PM
i have a table that i've decided to occupy 100% of the browser window. but now i want to have a horizontal image over it. am i supposed to use div layers and i will be able to overlay the image over the table at a certain pixel number?

Owlie42
05-29-2003, 06:48 PM
<div id="BLAH" style="positioning:absolute; left:#px; top:#px;">
(div content)
</div>