Hallo,
ich benutze das default-theme, welches ich umgearbeitet habe. Im Internet-Explorer wird dieses jedoch nicht richtig angezeigt! Deshalb würde ich gerne für folgende Stellen aus dem Stylesheet spezielle IE - Anweisungen definieren, ich hab nur keinen Plan, wie das geht!
Code
/* Begin Structure */
body {
margin: 0;
padding: 0;
}
#page {
background-color: #fff3db;
margin: 20px auto;
padding: 0;
width: 700px;
border: 1px solid #959596;
}
#header {
padding: 0;
margin: 80px auto;
height: 200px;
width: 700px;
background-color: #fff3db;
}
#headerimg {
margin: 20 px auto;
height: 200px;
width: 700px;
}
.narrowcolumn {
float: left;
padding: 0 0 20px 45px;
margin: 0px 0 0;
width: 430px;
}
.widecolumn {
padding: 10px 0 20px 0;
margin: 5px 0 0 150px;
width: 430px;
}
.post {
margin: 0 0 40px;
text-align: justify;
}
.widecolumn .post {
margin: 0;
}
.narrowcolumn .postmetadata {
font-size: 0.9em;
padding-top: 5px;
}
.widecolumn .postmetadata {
font-size: 0.9em;
margin: 30px 0;
}
#footer {
padding: 0 0 0 1px;
margin: 0 auto;
width: 700px;
clear: both;
}
#footer p {
margin: 0;
padding: 20px 0;
text-align: center;
}
/* End Structure */
Alles anzeigen
Vielleicht kann mir ja da schnell jemand helfen, ohne dass ich mich weiter durch css-Beschreibungen quälen muss!