Forum Moderators: open
Here's a sample of the code...
<td width="125" height="150" valign="top" align="left" nowrap="nowrap">
<a href="index.php"
onmouseover="image1.src='images/btnon_home.jpg';"
onmouseout="image1.src='images/btnoff_home.jpg';">
<img name="image1" src="images/btnoff_home.jpg" width="125" height="30" border="0"></a></td>
<td width="125" height="150" valign="top" align="left" nowrap="nowrap">
<a href="index.php"
onmouseover="image2.src='images/btnon_home.jpg';"
onmouseout="image2.src='images/btnoff_home.jpg';">
<img name="image2" src="images/btnoff_home.jpg" width="125" height="30" border="0"></a></td>
I put this attribute in my stylsheet:
td img {
vertical-align: bottom;
}
TIA for any help.
[webmasterworld.com...]