Hallo,
folgendes Problem: Siedlergemeinschaft
wird im IE nicht richtig angezeigt: http://www.siedlergemeinschaft-finkenriek.de/ie-fink.jpg
Die h2 wird verschoben ("e.V."):
Code
#masthead h2{
color: White;
font-size: 16px;
margin-left: 70px;
padding-left: 580px;
padding-top: 125px;
height: 28px;
margin-top: 0px;
}
Und der Container mit dem Finkenfuß:
Code
#fink{
background: transparent url(img/fink.jpg) no-repeat 0;
height: 15px;
width: 108px;
position: absolute;
top: 180px;
left: 45px;
clear: both;
}
CSS:
http://wp1090449.wp126.webpack.hosteurope.de/wp-content/the…tion/layout.css
http://wp1090449.wp126.webpack.hosteurope.de/wp-content/the…ition/style.css
Da ich kein Windows auf meinem PPC-Apple fahren kann, ist das Testen sehr mühsam.
Wo liegt der Fehler?