Freelancer
Lounge-Member
Hallo jswelt!
Weiß jemand, wie ich
den Fett hinterlegten Code meiner Navigation (Graphic Art) nicht nur für Firefox und Co., sondern auch für den Internet Explorer entsprechend dargestellt bekomme (border-bottom)? Oder ist das nur mit "display:block" in meiner "#topnavi a:link, #topnavi a:visited"-ID möglich?
Grüße
Stephan
Weiß jemand, wie ich
Code:
#topnavi {
position:absolute;
left:50%;
width:468px;
margin-left:-159px;
margin-top:9px;
}
#topnavi ul {
list-style-type:none;
}
#topnavi li {
float:left;
border:5px solid #fff;
}
#topnavi #link1 {
border:5px solid #fff;
}
#topnavi a:link, #topnavi a:visited {
font: normal bold 10px Verdana, Arial, Sans Serif;
color:#ff4200;
background:#fff;
}
#topnavi a:hover, #topnavi a:active, #topnavi a#active {
background:#fff;[B]border-bottom:3px solid #ff4200[/B];}
Grüße
Stephan