This isn't exactly my cup of tea but my boses have decided that I'm suited for the work.
I have a navigation bar with a series of images stacked in the cells of a table. Onmouseover and onmouseout swaps images. I keep ending up with a gap between the images in two of the cells.
This is all I'm doing:
Would one of you gurus take a look at and let me know what I'm doing wrong?
It's probably something incredibly simple. Thanks in advance.
Add water (makes its own sauce).
I have a navigation bar with a series of images stacked in the cells of a table. Onmouseover and onmouseout swaps images. I keep ending up with a gap between the images in two of the cells.
This is all I'm doing:
Code:
<a href="about_us.htm">
<img border="0" onmouseover="document.contactButton.src='imgs/e_contact_u.gif'" onclick="document.contactButton.src='imgs/e_contact_d.gif'" onmouseout="document.contactButton.src='imgs/e_contact.gif'" src="imgs/e_contact.gif" name="contactButton" width="165" height="90">
Would one of you gurus take a look at and let me know what I'm doing wrong?
It's probably something incredibly simple. Thanks in advance.
Add water (makes its own sauce).