PDA

View Full Version : How do you position tables from a external CSS


Squintz
08-13-2002, 07:04 PM
I want to make a table just for my navigation links and want to position it over an image wich also has an absolute position...

How can i do this?

Squintz
08-13-2002, 07:08 PM
Ok i got i positioned but the picture is covering the table...Y?

<table id="NavMenu" summary="Navigation Menu">
<tr>
<td>
<a class="Nav" href="mailto:webmaster@domainwebdesigns.com">&copy;opy 2002</a>
</td>
</tr>
</table>

<img id="imageone" src="/images/left2.gif">

Roy Sinclair
08-13-2002, 07:30 PM
Use z-index values in the CSS styles to control which elements are on top.

Squintz
08-13-2002, 07:34 PM
Thanks works great...Just want to add for future ref that the higher the number the further on top the layer is