Netscape is a dead browser, Mozilla stopped supporting it a year ago. Users should switch to Mozilla, Firefox or Seamonkey, etc. Having said that, since I not longer have Netscape myself, cannot see the problem.
did notice this:
<ul>
<form method="get" action="/index.php">
<p align="center"><input name="s" type="text" class="input-search" value="" onfocus="if (this.value == '') {this.value = '';}" onblur="if (this.value == '') {this.value = '';}" size="10" tabindex="1" /></p>
<p align="center"><input name="submit" type="submit" value="Search" /></p>
</form>
</ul>
Nothing except a "<li>" can exist inside of a "<ul>" or "<ol>".
Place a "<li>" and <"/li>" around this, and that part is fixed.
Also, you can try to add this as your first CSS rule:
* {margin:0; padding:0;}
Probably won't affect the problem as this is more for getting IE to behave correctly. Other browsers do this by default.
I can check this again, later.
I'm sure it's a small issue, Mozilla discreps are fairly simple & easy to correct.
I build for: Firefox and tweak for IE
Bookmarks