Dark D.
Neues Mitglied
Hallo zusammen,
auf der Website Phönixkicker ´97 stellt der IE mehrere Dinge nicht korrekt dar:
wenn ihr mir noch Tipps für Gestaltung und Code geben könntet, würde ich mich auch nicht beschweren :mrgreen:
Das ist die gesamte CSS-Datei:
auf der Website Phönixkicker ´97 stellt der IE mehrere Dinge nicht korrekt dar:
- an der Navigationsleiste ist der untere Padding viel zu groß, obwohl '0px ' ich angegeben habe
- Die Newsleiste an rechten oberen Rand wird zu klein dargestellt
- Die Gästebuch-Einträge sehen anders aus als in den anderen Browsern
wenn ihr mir noch Tipps für Gestaltung und Code geben könntet, würde ich mich auch nicht beschweren :mrgreen:
Das ist die gesamte CSS-Datei:
Code:
HTML {
margin: 0%; padding: 0%;
width: 100%; height: 100%;
}
BODY {
margin: 0%; padding: 0%;
width: 100%; height: 100%;
background-color: #FFFFFF; color: #0033FF;
font-family: "Comic Sans MS", sans-serif; font-size: 62.5%;
}
/*linke Seite Anfang*/
.links {
margin: 0%; padding: 0%;
position: absolute;
top: 0%; left: 0%;
width: 21%;
}
.nav {
margin: 0%; padding: 0%;
width: 100%;
text-align: center;
font-size: 1.3em; font-weight: bold;
}
.nav UL {
margin: 10%; padding: 0%;
}
.nav UL LI {
list-style: none;
margin: 5% 0% 0% 0%; padding: 0%;
text-align: center;
}
.nav UL LI A {
display: block;
margin: 0%; padding: 1%;
width: 98%;
border-style: solid solid none solid; border-width: 1px 4px 0px 1px; border-color: #000000;
background-color: #FFFFFF; color: #0033FF;
text-decoration: none;
}
.nav UL LI A:VISITED {
display: block;
margin: 0%; padding: 1%;
width: 98%;
border-style: solid solid none solid; border-width: 1px 4px 0px 1px; border-color: #000000;
background-color: #FFFFFF; color: #0033FF;
text-decoration: none;
}
.nav UL LI A:HOVER {
background-color: #0033FF; color: #FFFFFF;
}
.nav UL LI A:FOCUS {
background-color: #0033FF; color: #FFFFFF;
}
.imgunternav {
margin: 0%; padding: 1%;
width: 98%;
border-style: solid none solid none; border-width: 1px; border-color: #0033FF;
}
* HTML BODY .links .imgunternav { /*Hack für den IE*/
width: 100%;
}
/*linke Seite Ende; rechte Seite Anfang*/
.rechts {
margin: 0%; padding: 0%;
position: absolute;
top: 0%; left: 21%; right: 0%;
border-style: none none solid solid; border-width: 1px; border-color: #0033FF;
}
.news {
margin: 0%; padding: 1%;
height: 3em; width: 98%;
background-color: #0033FF; color: #FFFFFF;
font-size: 1.6em;
}
* HTML BODY .rechts .news { /*Hack für den IE*/
width: 100%;
}
.news A:LINK {
background-color: #0033FF; color: #FFFFFF;
text-decoration: none;
}
.news A:VISITED {
background-color: #0033FF; color: #FFFFFF;
text-decoration: none;
}
.news A:HOVER {
text-decoration: underline;
}
.news A:FOCUS {
text-decoration: underline;
}
.cont {
margin: 0%; padding: 1%;
font-size: 1.6em;
overflow: visible;
width: 98%;
}
* HTML BODY .rechts .cont { /*Hack für den IE*/
width: 100%;
}
/*rechte Seite ENDE*/
/*Layout für Gästebuch-Einträge Anfang*/
DIV.eintrage {
margin: 5% 0% 0% 10%; padding: 1%;
width: 50%;
border-style: solid; border-color: #0033FF; border-width: 1px;
background-color: #FFFFFF; color: #0033FF;
font-size: 1em;
}
.eintrageoben {
margin: 0% 0% 2px 0%; padding: 1%;
position: relative;
top: 0%; left: 0%;
width: 98%;
color: #FFFFFF; background-color: #0033FF;
}
.eintrageunten {
margin: 2px 0% 0% 0%; padding: 1%;
position: relative;
bottom: 0%; left: 0%;
width: 98%;
background-color: #0033FF;color: #FFFFFF;
}
/*Layout für Gästebuch-Einträge Ende*/
Zuletzt bearbeitet: