Layout is different in Firefox and IE6

admin

Administrator
Staff member
HI!

Layout on my page - here is a examle (<!-- m --><a class="postlink" href="http://www.skavt.net/~sgorse/sd/test.php">http://www.skavt.net/~sgorse/sd/test.php</a><!-- m -->) is different. I don't know why. Here is css: body {
color:#325263;
margin: 3px;
}

#celota {
margin:auto;
height:800px;
}

#meni {
margin:auto;
font-family: Verdana;
margin-top:11%;
margin-left:3px;
width:120px;
border-right:1px solid #000000;
float:left;
}
#meni a {
text-decoration: none;
color: #339999;
}
#meni a:hover {
color:#2C5783;
}

#slika_brunarica {
background: url(slike/brunarica.jpg) no-repeat;
float: right;
/* border:1px solid #000000; */
width: 350px;
margin-right:10px;
margin-left: 20px;
height: 100px;
margin: auto;
}
#avion {
float: right;
/* border:1px solid #000000; */
width: 209px;
background: url(slike/avion.jpg) no-repeat;
height: 100px;
margin: auto;
}
#sliki {
margin:auto;
width: auto;
height:101px;
margin-left:123px;
margin-top: 5px;
/* border-bottom:1px solid #000000; */
}
#copyright {
/* border:1px solid #000000; */
background: url(copy1.png) repeat-x;
margin:auto;
height:28px;
width:97%;
text-align:left;
padding-top:5px;
padding-left:30px;
float: left;
margin-top:0px;
}
#resolucija {
font-size:10px;
color: #3F8285;
}
#resolucija a {
color: #3F8285;
text-decoration:none;
}
#resolucija a:hover {
color: #3F8285;
text-decoration:underline;
}

#okvir {
border:1px solid #000000;
border-left:0;
text-align: left;
padding-top:20px;
padding-left:20px;
border-bottom:0;
float:left;
width:85%;
margin:auto;
margin-top:3px;
padding:3px;
font-family: Arial, Helvetica, sans-serif;
}
#okvir a {
color: #4E88A5;
text-decoration:none;
}
#okvir a:hover {
color: #3E6D84;
text-decoration:underline;
}


Help me plz!!What am I looking for? Looks the same in both to me.. IE 6.0.2800.1106 SP1, & Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6) Gecko/20040206 Firefox/0.8Hmm then is something wrong with my IE. Border on the left side in IE is higer than in Mozilla.Putting IE in compliance mode by using up-to-date DTD will help minimize the differences in appearance.
 
Back
Top