PDA

View Full Version : Site doesn't work in Mozilla, but XHTML is fine :(


Xenos
03-13-2004, 11:58 AM
I can't figure this out, and I've been working on it for hours. The URL is http://vombartigjager.com/tri/index.html It looks fine in IE (of course), but there are two blue lines under the navigation buttons and under the line under those. The source is fine, or so it seems. I can't figure it out at all. Here is the linked style sheet:


body {background-color: #003366;
margin-left: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;}

table {border-style: solid;
border-top-width: 0;
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
border-collapse: collapse;
margin: 0px;
padding-top: 0;
padding-bottom: 0;
padding-right: 0;
padding-left: 0;}

table.outside {border-style: solid;
border-top-width: 0;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-color: #000000;
margin-left: auto;
margin-right: auto;}

p {margin: 0;
font-family: Times;
text-align: justify;
font-size: 14px;}

p.about {margin: 0;
font-family: times;
text-align: left;
font-size: 14px;}

a {color: #000000;
font-family: Arial;
font-size: 14px;}

a:visited {color: #000000;
font-family: Arial;
font-size: 14px;}

a:hover {color: #444444;
font-family: Arial;
font-size: 14px;}

a:active {color: #000000;
font-family: Arial;
font-size: 14px;}
td {padding-top: 0;
padding-bottom: 0;
padding-right: 0;
padding-left: 0;}

tr {padding-top: 0;
padding-bottom: 0;
padding-right: 0;
padding-left: 0;}

img {border: 0;}

h3 {margin: 0;
font-family: Arial;}

Coliver
04-21-2004, 02:15 AM
Looks like your source is not meant for Mozilla. Mozilla has these problems. You'll just have to presume that you don't have that many Mozilla users on your site.

IF you want to work with Mozilla (which is not a very smart thing to do) try looking for a Mozilla Script editor.

Hope this helps!