Click to See Complete Forum and Search --> : perculiarity with NN/Moz


jules213
06-27-2005, 12:34 PM
Hi all,

wuld someone mind having a look at this. it's a test page for a new site template, and although the whole site loads fine in IE the bottom bar to the main Black Box area doesn't load in Netscape or Mozilla... !? In fact it appears to be waiting for something.

Bit confused about this. Code validates to xhtml strict and, as i said, works in IE.

www.youth-tv.co.uk/001.htm (http://www.youth-tv.co.uk/001.htm)

many thanks,

Jules

crh3675
06-27-2005, 02:57 PM
Your content position is offset from the top in FF. First, do this:

Line 97:

<div class="BoxBLKbot" style="clear:both"></div>

And remove the first <p> tags from line 88:

<td valign="top" class="BlackBodyText">
<p>tes test test test</p>

jules213
06-27-2005, 03:06 PM
Thanks for the reply Craig,

unfortunately it didn't appear to work. I added the height to both the Left and Right <td>'s which are above the bottom bar, but it still doesn't show it and continues to try and load. Odd thisng is that it shows the bottom bar of the whole page.

Thanks for the suggestion though.

Jules

crh3675
06-27-2005, 03:09 PM
Check repost of last, was still looking at the code

jules213
06-27-2005, 03:17 PM
Thanks a lot Craig, that worked a treat.

Removing the <p> tages wasn't a part of resolving the problem, so did you suggest that just because it is better code? Just curious to know why so i understand what i'm doing :)

Thanks again

jules

crh3675
06-27-2005, 03:20 PM
It keeps the margins the same in both browsers for the top of the content.