Hi,
I am using the following code to create buttons. The code works fine and
places the text on the imported gif file. The only problem is the text is
too low. I need to add some code to move the text up just a little instead
of having it in the center of the gif file.
Does anyone know of any code to move the text up just a little?
Thanks in advance.
document.write( '<input class="dynamic" name=b5 type="button" value="Contact
Info" style="height:5 0;background:ur l(gif/bottom_off.gif) "
onMouseOver="Dy namicOver(4)" onMouseOut="Dyn amicOut(4)" onclick="Link(4 )">')
----------------------------------------------------------------------------
----
Randy Schacht
I am using the following code to create buttons. The code works fine and
places the text on the imported gif file. The only problem is the text is
too low. I need to add some code to move the text up just a little instead
of having it in the center of the gif file.
Does anyone know of any code to move the text up just a little?
Thanks in advance.
document.write( '<input class="dynamic" name=b5 type="button" value="Contact
Info" style="height:5 0;background:ur l(gif/bottom_off.gif) "
onMouseOver="Dy namicOver(4)" onMouseOut="Dyn amicOut(4)" onclick="Link(4 )">')
----------------------------------------------------------------------------
----
Randy Schacht
Comment