Hey I was looking at the source for the site in your sig I pointed out... and I noticed your start 5 different headers and a few bodies you also throw bodies inside headers and vice versa... might want to check out why you have that... I believe that's probably why its not showing up properly in mozilla.
Example from code:
Code:
</style>
</head>
<body onLoad="MM_preloadImages('home_2.gif','signup_2.gif','faq_2.gif','claim_2.gif','gallery_2.gif','contacts_2.gif','forum_2.gif')">
<div align="center">
<table width="758" border="0" cellpadding="0" cellspacing="3" bgcolor="#E8EB08">
<tr>
<td width="752" bgcolor="#000000"><table width="750" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><span class="style1">
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {
color: #E8EB08;
font-weight: bold;
font-size: 14px;
font-family: Tahoma, Verdana;
}
a:link {
text-decoration: none;
color: #FFFFFF;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: underline;
color: #FFFF00;
}
a:active {
text-decoration: none;
color: #FFFFFF;
}
-->
</style>
</head>