Posted: Wed Feb 22, 2006 8:29 am IE and Firefox rendering differences
Hi,
I've been having some trouble with positioning a number of images within a cell using CSS, it appears that IE works perfectly but Firefox does not. Must be something I'm missing with compatibility but not sure. My problem is below:
Here is the CSS
.privacyPolicy
{
position: relative;
left: 17px;
top: 20px;
background-repeat: no-repeat;
vertical-align: bottom;
}
.whois
{
position: relative;
left: 17px;
top: 20px;
background-repeat: no-repeat;
vertical-align: bottom;
}
A much simplified version of the HTML code is here
<table>
<tr>
<td>
<img alt="priv" src="privacy.gif" class="privacyPolicy"><img alt="whois" src="whois.gif" class="whois">
</td>
</tr>
</table>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum