Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
If, when you speak about javascript, you speak about the menu bar, it's because you placed it on a table cell, but didn't gived an valign="top" attribute to the cell.
HTML Code:
<table>
<tr>
<td valign="top" align="left">
....
</td>
</tr>
</table>
You have used a tabled layout, so be ready to get some (friendly) bashing, as CSS should really be the way to go, but congratulation neverthless, as your page is almost w3c compliant.
I just had those warnings/error:
Quote:
Result: 5 errors / 0 warnings
line 8 column 13 - Error: document type does not allow element "noscript" here; assuming missing "object" start-tag
line 12 column 6 - Error: end tag for "object" omitted, but OMITTAG NO was specified
line 8 column 4 - Info: start tag was here
line 16 column 26 - Error: there is no attribute "height"
line 18 column 70 - Error: required attribute "alt" not specified
line 31 column 21 - Error: end tag for "td" omitted, but OMITTAG NO was specified
line 22 column 4 - Info: start tag was here
|
__________________
Only a biker knows why a dog sticks his head out the window.
|