I am using a very simple mousover script for the buttons at this URL -
In Firefox, the ON state of the buttons includes a 1-pixel hairline gap
on the far left of the button. It only does this when it is centered.
It doesn't appear when the buttons are not centered.
It works fine in IE.
Here is the code -
a href="about/"
onMouseOver="do cument.the_imag e1.src='/images/menuTop/aboutON.gif';"
onMouseOut="doc ument.the_image 1.src='/images/menuTop/aboutOFF.gif';" ><img
name="the_image 1" IMG SRC="/images/menuTop/aboutOFF.gif" ALT="About"
border="0" width=49 height="32"></a>
Does anyone have any ideas how to correct this?
Thanks,
Chris
In Firefox, the ON state of the buttons includes a 1-pixel hairline gap
on the far left of the button. It only does this when it is centered.
It doesn't appear when the buttons are not centered.
It works fine in IE.
Here is the code -
a href="about/"
onMouseOver="do cument.the_imag e1.src='/images/menuTop/aboutON.gif';"
onMouseOut="doc ument.the_image 1.src='/images/menuTop/aboutOFF.gif';" ><img
name="the_image 1" IMG SRC="/images/menuTop/aboutOFF.gif" ALT="About"
border="0" width=49 height="32"></a>
Does anyone have any ideas how to correct this?
Thanks,
Chris
Comment