View Full Version : tables over div layers


dsd
09-30-2003, 01:20 AM
Hey, I'm having troubles and I was wondering if it's possible for me to put tables over top of images that I put up using div layers.

This is what it looks like so far. (http://www12.brinkster.com/nixed/dsdesign/rockjack.html)

The best I can do is get the tables to sit under or above the images instead of overtop. Can anyone help me?

Alcy
09-30-2003, 03:57 AM
Do you want those two images to always be in the corners of the screen, no matter what the resolution?

Put this before the table:
<div style="position:absolute; top:0; left:0;">
<img src="http://www12.brinkster.com/nixed/dsdesign/rockimage.jpg" usemap="#image" width="410" height="325" border="0">
<map name="image">
<area shape="rect" coords="350,290,400,310" href="http://www.tribute.ca/">
</map>
</div>

<div style="position:absolute; top:100%; left:100%;">
<img src="http://www12.brinkster.com/nixed/dsdesign/rockimage.jpg" usemap="#image" width="410" height="325" border="0">
<map name="image">
<area shape="rect" coords="350,290,400,310" href="http://www.tribute.ca/">
</map>
</div>

.... Or did you want the include them in the table?

dsd
09-30-2003, 04:18 AM
The first one works okay now(thanks), but the second image is way off in the bottom right hand corner about 600 pixels off. You can take a look now. Can you help with that?

kittycat
09-30-2003, 08:38 PM
If you want it in the bottom corner, use this for the code:

<div style="position:absolute; bottom:0px; right: 0px;">