The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
This page:-
http://www.geocities.com/reviews_central/review_page.html
Ignore the content of the page. The horizontal rule at the top isn't aligned with the navigation, is this something to do with the table border? Or is it something else?
If there isn't a way to do it without changing the rest of the page I think I'll just get rid of it.
Thanks in advance
I think that's what you need.
http://www.chrisjhaig.co.uk/Top_Line_Pixel.zip if you can't be arsed to do it yourself :P
But, if you don't want to do that, then a script will be fine (except for people who turn JavaScript off :P).
And I hate images :-D
Anyway, would a browser detecting script slow down the loading times or does it simultaniously detect the browser while loading and doesn't affect the loading time of the page?
Have a one-pixel image with the color of the line, and just use the Width and Height to stretch it, it'll look the same and won't make much difference at all on loading times.
if (browser=netscape);
document.write("")
else
document.write("
"
Cheers.
Oh, and I'll try that cellpadding/spacing thing, I normally include it, just forgot :-D
, because Netscape doesn't support the color tag in
's.
tag doesn't have cellpadding=0 and cellspacing=0, which may well cause the slight mis-alignment you see.
This page:-
http://www.geocities.com/reviews_central/review_page.html
Ignore the content of the page. The horizontal rule at the top isn't aligned with the navigation, is this something to do with the table border? Or is it something else?
If there isn't a way to do it without changing the rest of the page I think I'll just get rid of it.
Thanks in advance