Googs62
08-17-2006, 08:59 AM
I am trying to make those little yellow boxes with text appear when you hold your cursor over an image or link. Here is the code I'm using:
<a href = "ComputerModellingPage.html">
<input type = "image" SRC="Hogmodel.jpg" value = "Click to Enlarge" alt = "Click to Enlarge" VSPACE="5" HSPACE="20" height = "150" width = "195" ALIGN="RIGHT" border = "0"></a>
The problem is when I just make the picture a regular hyperlink without the yellow box command, the link works fine. However, when I insert this line of code, the yellow box pops up, but nothing happens when I click the picture. Does anyone know how to fix this or perhaps a better code?
Thanks friends!
<a href = "ComputerModellingPage.html">
<input type = "image" SRC="Hogmodel.jpg" value = "Click to Enlarge" alt = "Click to Enlarge" VSPACE="5" HSPACE="20" height = "150" width = "195" ALIGN="RIGHT" border = "0"></a>
The problem is when I just make the picture a regular hyperlink without the yellow box command, the link works fine. However, when I insert this line of code, the yellow box pops up, but nothing happens when I click the picture. Does anyone know how to fix this or perhaps a better code?
Thanks friends!