Hallo, ich habe auf meiner Seite test
das Problem das meine Main-Navi (links) die Bilder unter sich verschiebt.
Das passiert allerdings nur im IE!
Könnt ihr mir sagen was ich da falsch mache?
HTML, mal den ganzen div
Und jetzt der CSS Teil
danke jetzt schon. mfg Matthias M.
das Problem das meine Main-Navi (links) die Bilder unter sich verschiebt.
Das passiert allerdings nur im IE!
Könnt ihr mir sagen was ich da falsch mache?
HTML, mal den ganzen div
Code:
<div id="left">
<img src="img/flugelhorn.jpg" alt="top_bild" class="top" />
<ul>
<li><a href="#">AKTUELLES</a></li>
<li><a href="#">ÜBER UNS</a></li>
<li><a href="#">UNSER NAME</a></li>
<li><a href="#">TERMINE</a></li>
<li><a href="#">BESETZUNG</a></li>
</ul>
<img src="http://www.html.de/images/1.jpg" alt="wir" class="bild_oben" />
<img src="http://www.html.de/images/2.jpg" alt="wir" class="bild_unten" />
</div>
Code:
#left {
background: #FFFFFF;
margin-top: 4px;
width:150px;
height:570px;
float:left;
display:inline;
text-align:left;
}
#left ul {list-style:none; width:150px; margin-top:10px;}
#left li {list-style:none; margin:0px; padding-left:0; border-style:solid; border-width:1px 1px 1px 1px; border-color:#DCE0E4;FONT:1.1em Georgia, "Times New Roman", arial, sans-serif; line-height:1.65em; }
#left a {
color:#314B61;
font-weight:bold;
margin-top:1px;
margin-bottom:1px;
margin-left:0px;
margin-right:0;
padding-left:20px;
padding-top:2px;
padding-bottom:8px;
padding-right:0;
display:block;
text-decoration:none;
background-repeat:no-repeat;
background-position:18px 50%;
width:129px;
}
#left a:hover {
background-color:#DCE0E4;
color:#3CA7E6;
font-weight:bold;
}