R
r.schacht
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:50;background:url(gif/bottom_off.gif)"
onMouseOver="DynamicOver(4)" onMouseOut="DynamicOut(4)" onclick="Link(4)">')
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:50;background:url(gif/bottom_off.gif)"
onMouseOver="DynamicOver(4)" onMouseOut="DynamicOut(4)" onclick="Link(4)">')