FF-Problem beim Seitenlayout

FF-Problem beim Seitenlayout

Beitragvon Sunny_Eyes » 06.06.2007, 08:57

Hallo alle miteinander,
ich hoffe, ihr könnt mir helfen, denn ich komm einfach nicht weiter. Ich hab meine erste Homepage in Angriff genommen und im IE sah auch alles schick aus bis ich mir dann die Seite mal im FF angeschaut hab. Ich hab daraufhin alles umgeschrieben und so gut wie's ging auf den FF angepasst. Doch ein großes Problem blieb bestehen und das ist der obere Rand beim FF. Ich hab mich schon durch ewig viele Foren gelesen, aber nichts wirklich brauchbares gefunden, was mein Problem gelöst hätte. Ich wär Euch echt super dankbar, wenn ihr einen Tip für mich hättet. Meine homepage seht ihr auf www.mutwirdglueck.de. Im FF seht ihr einen 10?px Rand über meiner Navileiste, was total doof aussieht.

Meine CSS für den FF:

body {
color: #000000;
background-color: #000000;
font-size: 100.01%;
font-family: Times, Serif;
margin: 0px; padding: 0px;
}

div#Seite {
text-align: left;
margin: 0 auto;
padding: 0;
width: 760px;
background-color:#FBF8CD;
border: 0px;
}

ul#Top {
margin: 0;
padding: 0;
text-align:center;
font: bold 12px Comic Sans MS, Times, Arial;
background-color: #000000;
color:#FBF8CD;
float:left;
list-style-type:none;
height:20px;
}

ul#Top li {
margin: 0;
padding: 0;
vertical-align:middle;
width:140px;
height:20px;
float:left;
text-decoration: none;
color: #FBF8CD;
list-style-type: none;
}

ul#Top a {
margin: 0;
padding: 0;
display:block;
font-weight: bold;
}

ul#Top a:link {
margin: 0;
padding: 0;
width:140px;
height:20px;
color: #FBF8CD;
text-decoration: none;
}
ul#Top a:visited {
margin: 0;
padding: 0;
width:140px;
height:20px;
color:#FBF8CD;
text-decoration: none;
}
ul#Top a:hover {
margin: 0;
padding: 0;
width:140px;
height:20px;
color: #FBF8CD;
background-color: #0000ff;
text-decoration: none;
}
ul#Top a:visited:hover {
margin: 0;
padding: 0;
width:140px;
height:20px;
color: #FBF8CD;
background-color: #0000ff;
text-decoration: none;
}
ul#Top a:active {
margin: 0;
padding: 0;
width:140px;
height:20px;
color: #FBF8CD
text-decoration: none;
}


#box {
width:140px;
border:1px solid #FBF8CD;
background-color:#000000;
padding:0px;
margin:0px;
overflow:visible;
display:inline;
}


ul#Navigation {
float:left;
list-style-type:none;
background-color: #000000;
text-align:center;
font-size: 0.83em;
width: 200px;
margin: 0;
padding: 0;
}

....

div#Inhalt {
margin: 0 0 0 200px;
padding: 0 5% 0 10%;
}

html div#Inhalt {
background-image:url(Index/buch08.JPG);
background-color:#FBF8CD;
background-repeat:repeat-y;
font-family:times, serif;
font-size:16px;
color:#000000;
background-attachment:scroll;
}

....

p#Fusszeile {
clear: both;
font-size: 0.83em;
margin: 0; padding: 0.1em;
text-align: right;
background-color: #000000;
}


Ich dank Euch schon im Voraus für Eure Hilfe.
Andrea
Sunny_Eyes
neu hier
 
Beiträge: 2
Registriert: 06.06.2007, 08:31
Wohnort: Lohmar

Und noch etwas:

Beitragvon Sunny_Eyes » 06.06.2007, 09:11

Sobald man die Page zum ersten Mal öffnet und über einen der Links fährt im Inhaltsteil, verschiebt sich die Seite plötzlich um ein paar Milimeter nach links. :-( Ich muss auch dazu sagen, ich hab eine Index.html-Datei mit der kompletten Startseite und hab diese dann nochmals unterteilt in Top.php, Navigation.php, Index.php und Footer.php. Aber die Index.php und der Teil der Index.html sind haargenau gleich, wieso verschiebt er mir diese dann trotzdem?
Sunny_Eyes
neu hier
 
Beiträge: 2
Registriert: 06.06.2007, 08:31
Wohnort: Lohmar

Beitragvon shitzo » 13.06.2007, 00:44

Offentsichtlich wurde da Problem mittels des Universalselektors behoben.

Code: Alles auswählen
*{
margin:0;
padding:0;
}
Benutzeravatar
shitzo
Gelegenheitsleser
 
Beiträge: 19
Registriert: 19.05.2007, 20:56
Wohnort: Stade


Moderatoren: Laus, Moderatoren

Ähnliche Beiträge zu "FF-Problem beim Seitenlayout"

Zurück zu: Fragen zur Homepage

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast

cron