Hallo forum,
ich versuche eine reine css-seite für meine Schule zu erstellen unter dem IE funktioniert auch alles soweit nur der Firefox kommt mit meinen Einstellungen für das Menü nicht zurecht. Ich möchte dass das Menü die Seite in der Breite komplett ausfüllt nur wird vom Firefox das Menü mit ca. 110% breite dargestellt. Ich hoffe ihr könnt mir weiterhelfen ...
#header {
WIDTH: 100%;
}
#header .logo{
left: 0px;
top: 0px;
position: absolute;
}
#navcontainer {
left: 0px;
top: 0px;
position: absolute;
width: 100%;
padding: 0 0 0 170px;
margin: 53px 0 0 0;
BACKGROUND-COLOR: #1F2D7D;
}
#navcontainer A {
float:left;
PADDING: 4px 15px 4px 15px;
FONT: bold 80% arial, helvetica, sans-serif;
COLOR: #FFF;
BACKGROUND-COLOR: #1F2D7D;
TEXT-DECORATION: none;
}
#navcontainer A:hover {
COLOR: #000;
BACKGROUND-COLOR: #BCC5F5;
}
<div id="navcontainer">
<a href="" id="current">Aktuelles</a>
</div>
<div id="Header">
<img class="logo" src="# border="0" alt="Victor Klemperer" />
</div>
ich versuche eine reine css-seite für meine Schule zu erstellen unter dem IE funktioniert auch alles soweit nur der Firefox kommt mit meinen Einstellungen für das Menü nicht zurecht. Ich möchte dass das Menü die Seite in der Breite komplett ausfüllt nur wird vom Firefox das Menü mit ca. 110% breite dargestellt. Ich hoffe ihr könnt mir weiterhelfen ...
#header {
WIDTH: 100%;
}
#header .logo{
left: 0px;
top: 0px;
position: absolute;
}
#navcontainer {
left: 0px;
top: 0px;
position: absolute;
width: 100%;
padding: 0 0 0 170px;
margin: 53px 0 0 0;
BACKGROUND-COLOR: #1F2D7D;
}
#navcontainer A {
float:left;
PADDING: 4px 15px 4px 15px;
FONT: bold 80% arial, helvetica, sans-serif;
COLOR: #FFF;
BACKGROUND-COLOR: #1F2D7D;
TEXT-DECORATION: none;
}
#navcontainer A:hover {
COLOR: #000;
BACKGROUND-COLOR: #BCC5F5;
}
<div id="navcontainer">
<a href="" id="current">Aktuelles</a>
</div>
<div id="Header">
<img class="logo" src="# border="0" alt="Victor Klemperer" />
</div>
Kommentar