Closed Thread Icon

Preserved Topic: Div Z Position and Tables (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20441" title="Pages that link to Preserved Topic: Div Z Position and Tables (Page 1 of 1)" rel="nofollow" >Preserved Topic: Div Z Position and Tables <span class="small">(Page 1 of 1)</span>\

 
KARN
Bipolar (III) Inmate

From: North Bay, Ontario, CA
Insane since: Apr 2001

posted posted 02-18-2002 05:29

okay I want to stick a layer between the background of a table and the background of a cell... so that the layer is above the background of the table but below the background of the cell...

also how do i set the div to absolute bottom left of page?

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 02-18-2002 06:10

The first thing you mentioned can't really be done as simply as you describe. I don't think you can do it with tables.

The second thing isn't hard:

#elementID {
position:absolute;
left:0px;
bottom:0px;
}

KARN
Bipolar (III) Inmate

From: North Bay, Ontario, CA
Insane since: Apr 2001

posted posted 02-18-2002 16:09

Thanx a bunch

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 02-18-2002 16:28

But you could (at least theoretically) place one DIV with your background, another DIV on top of that (the one you want), and the table on top of that, with no background image set.

Does this make sense. It would be a pain, but it might work.

« BackwardsOnwards »

Show Forum Drop Down Menu