How can I get the poll and the animated gif to align to the top in Netscape like it does in IE? Help is greatly appreciated!
It's on the right side.
http://www.panzerweb.com/fbla/
| SitePoint Sponsor |
How can I get the poll and the animated gif to align to the top in Netscape like it does in IE? Help is greatly appreciated!
It's on the right side.
http://www.panzerweb.com/fbla/





I'm using NS6.1 and IE6.
The layout looks identical in both browsers to me i.e. aligned at the top.
Andy
From the English nation to a US location.




Looked good in NS 4.08 too...
What version of NS are you using yourself?
Looks great in IE6 (both at the top)
In NS 7.1 the poll is way down on the page


I am a little busy at the moment but you've good a vast amount of nested <table> elements which I suspect is part of the cause why the poll isn't aligning to the top and begins halfway down the right hand column area.
};-) http://www.xhtmlcoder.com/
Thinking Web: Voices of the Community
> March 2013 - SitePoint forums: Spot the Error 3: Calling all Sleuths! Winner Announced!... She knows how to spot simple <code> errors but do you?
It looks messed up in Netscape 7.0. What do I do to fix this? Thanks!



Have you tried running the code through w3c code validator??Originally posted by sinco
It looks messed up in Netscape 7.0. What do I do to fix this? Thanks!
www.w3c.org , look for validator!
T.
T O B I A S - S T R A N D H | visit my site here
OPERA7 /MSIE6 /FireFox 1.1/Win2000 /ADSL /17" Screen /1024x768
god doesn't create genius, he clones me.............
My *GUESS* at the culprit is the <style> tag embedded in the same <tr> element as the poll.IIRC, <style> elements are only valid in the <head> portion of the document. This is probably enough of a curve-ball to confuse Netscape 7's parser (and recent mozilla builds, like I have here)Code:<!-- Poll Start--> <table [...]> <tr align="center"> <td><style type="text/css"> <!-- .input { [...] } .links { [...]} --> </style>
While you're at it, this:Is a particularly nasty syntax error, too. You should have quotes around the type attribute:Code:<style type=text/css>A { text-decoration : none; }</style>In general, this page isn't even close to validating.Code:<style type="text/css">A { text-decoration : none; }</style>
gav
http://www.livejournal.com/users/blufive/
browser stats analysis and comment:
http://www.livejournal.com/community/stats_weenie/
Bookmarks