Question About Placing Images Over Images

liunx

Guest
I have a site I am making at <!-- m --><a class="postlink" href="http://www.vipastyle.com/AndresSite/">http://www.vipastyle.com/AndresSite/</a><!-- m --><br />
<br />
Now, the counter is below at the bottom left. I want to put the counter "hovering over" the image directly above it. The image name is top4.gif if you don't understand me. The counter is also an image link if you check the source. How can I get the counter to be over the top4.gif image above it? I tried setting the image as the background of the cell and putting the counter in it, but it looked all messed up.<!--content-->position it with css >.<<!--content--><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0><br />
<TBODY><br />
<TR><br />
<TD background=top4.gif width=163 height=30 > <P align=center><IMG <br />
src=http://www.htmlforums.com/archive/index.php/"nfcounter.gif"></P></TD><br />
<TD background=top4bg.gif><IMG <br />
height=1 src=http://www.htmlforums.com/archive/index.php/"spacer.gif" <br />
width=1></TD></TR></TBODY></TABLE><br />
========<br />
You had the second TD width=100%<br />
<br />
:rocker:<!--content-->go to the upper left hand corner of this site and move the mouse over my hidden counter. <!-- w --><a class="postlink" href="http://www.bassanglersofsandiego.pair.com">www.bassanglersofsandiego.pair.com</a><!-- w --><br />
I didn't use a CCS, I just made a simple image swap with a transparant image (as the base) and a cut out section of the background (replacement swap).<br />
One way to do it.:cool:<!--content-->maybe you can use Layers ...<br />
look at <br />
<br />
<!-- m --><a class="postlink" href="http://www.dynamicdrive.com">http://www.dynamicdrive.com</a><!-- m --> <br />
<br />
for more javascript and<br />
css samples<!--content-->
 
Back
Top