Forum Moderators: open
Here is the code:
<table cellpadding="0" cellspacing="0" align="center">
<tr>
<td style="width: 4px; height: 49px; background-color:#CCCCCC;">
</td>
<td style="width: 267px; height: 49px; background-image:url(img/logo.jpg);">
</td>
<td style="width: 101px; height: 49px; cursor:pointer;">
<img alt="Button" src="img/bAcasa_ro.jpg" onmouseover="swap(this,'img/bAcasaOV_ro.jpg')" onmouseout="swap(this,'img/bAcasa_ro.jpg')" onclick="location.href='index.aspx?lang=ro'"/>
</td>
<td style="width: 101px; height: 49px; cursor:pointer;">
<img alt="Button" src="img/bActivitate_ro.jpg" onmouseover="swap(this,'img/bActivitateOV_ro.jpg')" onmouseout="swap(this,'img/bActivitate_ro.jpg')" onclick="location.href='index.aspx'"/>
</td>
<td style="width: 101px; height: 49px; cursor:pointer;">
<img alt="Button" src="img/bProduse_ro.jpg" onmouseover="swap(this,'img/bProduseOV_ro.jpg')" onmouseout="swap(this,'img/bProduse_ro.jpg')" onclick="location.href='index.aspx'"/>
</td>
<td style="width: 101px; height: 49px; cursor:pointer;">
<img alt="Button" src="img/bClienti_ro.jpg" onmouseover="swap(this,'img/bClientiOV_ro.jpg')" onmouseout="swap(this,'img/bClienti_ro.jpg')" onclick="location.href='index.aspx'"/>
</td>
<td style="width: 101px; height: 49px; cursor:pointer;">
<img alt="Button" src="img/bDocumente_ro.jpg" onmouseover="swap(this,'img/bDocumenteOV_ro.jpg')" onmouseout="swap(this,'img/bDocumente_ro.jpg')" onclick="location.href='index.aspx'"/>
</td>
<td style="width: 228px; height: 49px; background-image:url(img/bg_user.jpg);" align="center">
</td>
<td style="width: 4px; height: 49px; background-color:#CCCCCC;">
</td>
</tr>
</table>
Setting height and width attributes again inside the img tag doesn't make it any better.
Anyone any thoughts?
Because we didn't have your doctype to work from, my suggestion was a guess based on the symptoms you described. It's more common to have this problem when developing in quirks mode - but then IE looks good and FF has the extra space, so I wasn't sure it would be the fix you need. But it was worth a quick try - easy enough to do.