View Full Version : images...overlapping and text overlapping


vici0uskitty
03-29-2003, 01:51 AM
Hey...does anyone know if there's a way to overlap images? cause on my website (http://www26.brinkster.com/vici0uskitty)
I have a I-frame and DIV table, and I wanna put links right next to the I-frame, but to do that I need to overlap text over the image, and be able to add a link to the text.

PLEASE HELP ME! I've been trying to figure this out for a LONG time!!
::thanks::

zangerbanger
03-29-2003, 02:01 AM
In your div layer add a z-index priorety:



<div style="position: absolute; top: #; left: #; z-index: # (higher number means it overlaps on top);">

YOUR LINKS HERE

</div>

vici0uskitty
03-29-2003, 02:09 AM
do you know how I could target the I-frame with that link?

vici0uskitty
03-29-2003, 02:38 AM
but thanks for the help :)

zangerbanger
03-29-2003, 03:17 AM
to target the IFRAME you go like this:

<A HREF="your link here" TARGET="your iframe name here">text goes here</A>