Forum Moderators: open

Message Too Old, No Replies

FF Win not showing first row of table - but FF Mac does!

         

kahnbarsst

11:31 am on Mar 8, 2007 (gmt 0)

10+ Year Member



I've got the following structure (I've removed the text and image content to keep it anonymous):

<body>

<div align="center">

<table border="0" width="800" cellpadding="0" cellspacing="0">

<tr>
<td colspan="3"><img src="images/banner.jpg" width="800" height="100" border="0" alt="_"/></td>
</tr>

<tr>
<td colspan="3" bgcolor="#4A9D93" width="800"></td>
</tr>

<tr>
<td colspan="3"width="800"></td>
</tr>

<tr>
<td><img src="images/grey.gif" width="1" height="1" border="0" alt="-"/></td>
<td><img src="images/grey.gif" width="798" height="1" border="0" alt="-"/></td>
<td><img src="images/grey.gif" width="1" height="1" border="0" alt="-"/></td>
</tr>

...and so on down to

</table>
</body>
</html>

This displays fine in all browsers except for Firefox Win, which doesn't display the top row of the table (ie the banner) - but it DOES display in Firefox Mac!.

Anybody got any ideas why? The page has passed W3C validation. I've never encountered this before, and as the client has Firefox Win it's a bit crucial..

Thanks

penders

10:33 pm on Mar 11, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Hi kahnbarsst, the code as you have posted works fine for me in FF1.5 (win) - the banner (having created an 800x100 jpg) displays OK.

Does the top row of the table display OK if you replace the image with text? Is there anything wrong with "banner.jpg"?

tedster

1:30 am on Mar 12, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sounds like it might be some kind of ad blocking software - have you checked it on another Windows computer?