PDA

View Full Version : Putting <DIV> In Table...Problem?


Squintz
08-15-2002, 06:37 PM
I am working on a site www.DomainWebDesigns.com/Slice2/index.htm

and i used tables to splice together some images...Now i want to add a <Div> in the entire white area with a Oferflow set to Auto...

Problem is when i do Absolut Position i seam to have trouble which i can even figure out what the trouble is... and when i do a relative its messed up....

What i want to do is Position a Div over the entire white area of the page ... How can i do this?

mouse
08-15-2002, 07:11 PM
<div style="position:absolute; left:120px; top:80px">

</div>

Squintz
08-15-2002, 07:16 PM
Where do i put that

mouse
08-15-2002, 07:18 PM
Anywhere, it doesn't matter since it's absolutely positioned. Probably best stick it directly after the <body> tag though.