So ich hab jetzt einige Tage lang versucht dieses Problem selbst zu lösen, komm allerdings nicht drauf was der Fehler sein könnte.
Im Firefox ist das Menu unter dem header schön zentriert, im IE ist es linksbündig. Es sieht so aus als würde im Firefox irgendwas verhindern dass das menu ganz nach links rutscht.
Danke schon mal im Voraus für jede Hilfe.
meine Seite: EC Phantoms Graz
hier ist mein css part 1
Code
/*
Theme Name: phantoms v2.0
Theme URI: http://www.phantoms.at
Description: phantoms v2.0
Version: 2.0
Author: mrruin
Author URI: http://www.phantoms.at
*/
body {
font: 75%/150% "Helvetica", Tahoma, Arial;
color: #2c2c2c;
background: #000000 url(img/main-bg.gif) repeat center top;
margin: 0px;
padding: 30px 0px 10px 0px;
}
a {
color: #2f750d;
text-decoration: none;
}
a:visited {
color: #2f750d;
text-decoration: none;
}
a:hover {
color: #908912;
text-decoration: none;
}
img {
border: none;
}
p {
padding: 0px 0px 15px;
margin: 0px;
}
h1 {
margin:0px;
padding-left: 0px;
height: 60px;
font: bold 36px/100% "Helvetica", Tahoma, Arial;
color: #ffffff;
}
h1 a, h1 a:visited{
color: #ffffff;
text-decoration: none;
}
h1 a:hover{
color: #ffffff;
text-decoration: none;
}
h2 {
color: #3F5123;
margin: 0px 0px 2px;
letter-spacing: -1px;
font: normal 190%/100% "Helvetica", Tahoma, Arial;
padding-bottom: 3px;
}
h2 a, h2 a:visited {
color: #3F5123;
text-decoration: none;
}
h2 a:hover {
color: #5c7638;
text-decoration: none;
}
h3 {
font: normal 140%/100% "Helvetica", Tahoma, Arial;
color: #758d38;
margin: 10px 0px 5px;
}
h4 {
font: normal 130%/100% "Helvetica", Tahoma, Arial;
color: #758d38;
margin: 10px 0px 5px;
}
h5 {
font: normal 110%/100% "Helvetica", Tahoma, Arial;
color: #758d38;
margin: 10px 0px 5px;
}
form {
margin:0px;
padding:0px;
}
#page {
margin: 0px auto;
width: 800px;
border-bottom: 5px solid #ccdfe4;
border-top: 5px solid #ccdfe4;
border-left: 5px solid #ccdfe4;
border-right: 5px solid #ccdfe4;
background: #FFFFFF ;
}
/* header area */
#header {
background: #000000 url(img/header-bg3.gif) no-repeat;
height: 225px;
/*border-bottom: 1px solid #59780a;*/
position: relative;
}
#headerlogo {
position: relative;
padding: 20px 0px 0px 35px;
height: 60px;
}
#headerlogo .description{
position: absolute;
left: 45px;
bottom: 3px;
color: #ffffff;
font-size: 16px;
}
#headerimg {
cursor:pointer;
}
#nav {
list-style: none;
margin: 0px;
position: absolute;
left: 0px;
bottom: -22px;
text-align: center;
}
#nav li {
float: left;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
color: #758d38;
text-decoration: none;
}
#nav .page_item a{
color: #3F5123;
text-decoration: none;
background-color: transparent;
float: left;
/* background-color: #3F5123; */
padding: 5px 15px;
font: bold 14px/100% Helvetica, Arial, sans-serif;
}
#nav .page_item a:hover {
color: #758d38;
text-decoration: none;
}
#navbottom {
background: #ffffff url(img/bottom-nav.gif) repeat-x;
height: 20px;
margin-bottom: 1.5em;
}
Alles anzeigen