bitstomper
07-25-2007, 08:03 PM
Hi everyone,
I have a problem with Firefox not displaying my page properly.
Probably using some code Firefox does not understand.
My css:
.boxclass a:link {background-image: url("images/boxes/box3.gif");
width: 169px; height: 165px; text-align: center; vertical-align: top; }
.boxclass a: hover {background-image: url("images/boxes/box2.gif");
width: 169px; height: 165px; text-align: center; vertical-align: top; }
.boxclass a:visited {background-image: url("images/boxes/box3.gif");
width: 169px; height: 165px; text-align: center; vertical-align: top; }
My HTML:
<tr>
<td class="boxclass"><a href="link1.htm">
<br>
<img border="0" src="images/boxes/image1.jpg" width="112" height="94"><br>
<p class="classmain2">millinery essentials</p></a></td>
<td class="boxclass"><a href="link2.htm">
<br>
<img border="0" src="images/boxes/image2.jpg" width="70" height="94"><br>
<p class="classmain2">crinoline</p></a></td>
<td class="boxclass"><a href="link3.htm">
<br>
<img border="0" src="images/boxes/image3.jpg" width="112" height="94"><br>
<p class="classmain2">hoods</p></a></td>
<td class="boxclass"><a href="link4.htm" >
<br>
<img border="0" src="images/boxes/image4.jpg" width="70" height="94"><br>
<p class="classmain2">millinery books</p></a></td>
</tr>
Does fine in IE but in FF it is a mess.
FF does not seem to do the class inside a <td>.
ANything I can do with divs?
Thanks
I have a problem with Firefox not displaying my page properly.
Probably using some code Firefox does not understand.
My css:
.boxclass a:link {background-image: url("images/boxes/box3.gif");
width: 169px; height: 165px; text-align: center; vertical-align: top; }
.boxclass a: hover {background-image: url("images/boxes/box2.gif");
width: 169px; height: 165px; text-align: center; vertical-align: top; }
.boxclass a:visited {background-image: url("images/boxes/box3.gif");
width: 169px; height: 165px; text-align: center; vertical-align: top; }
My HTML:
<tr>
<td class="boxclass"><a href="link1.htm">
<br>
<img border="0" src="images/boxes/image1.jpg" width="112" height="94"><br>
<p class="classmain2">millinery essentials</p></a></td>
<td class="boxclass"><a href="link2.htm">
<br>
<img border="0" src="images/boxes/image2.jpg" width="70" height="94"><br>
<p class="classmain2">crinoline</p></a></td>
<td class="boxclass"><a href="link3.htm">
<br>
<img border="0" src="images/boxes/image3.jpg" width="112" height="94"><br>
<p class="classmain2">hoods</p></a></td>
<td class="boxclass"><a href="link4.htm" >
<br>
<img border="0" src="images/boxes/image4.jpg" width="70" height="94"><br>
<p class="classmain2">millinery books</p></a></td>
</tr>
Does fine in IE but in FF it is a mess.
FF does not seem to do the class inside a <td>.
ANything I can do with divs?
Thanks