Quote:
Originally Posted by boo.3
|
I like the forum colors and layout, but it the forum is really messed up in Firefox, Netscape and IE on Mac, Opera displays it ok but the margins are messed up.
Then there are errors in the code.... (IE get locked up on Mac and Windows)
You can not put <td> table tags in a <script><td></td></script>
Code:
<td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">Radio</a></td>
<script type="text/javascript"> <= this is open and is never closed
<td class="vbmenu_control"><a href="search.php?do=getdaily" accesskey="2">Today's Posts</a></td>
<td id="navbar_search" class="vbmenu_control"><a href="search.php?" accesskey="4">Search</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
</tr>
</table>
</div>
<!-- / nav buttons bar -->
Also comment tags have errors, your using a reserved declaration that causes problem for Firefox, some <div>, <table> tags are open but not closed or closed and not open
Firefox image attached...
Over all I like the style, but you should fix 53 other errors
Sonia