Guten Morgen,
Hier erstmal der Code, Erklärung später.
html
css:
Hier das ganze mal in Atkion: hier klicken für ein wirklich sehr schönes menu
Wieder mal im FF und IE ganze unterschiedliche Darstellung, jedoch sind beide total daneben. Anbei noch ein Screen wie es eigentlich aussehen sollte.
Erstmal kaffee
Gruß soyo
Hier erstmal der Code, Erklärung später.
html
HTML:
<div id="navigation">
<div id="nav_top_left">
<a href="#">
<ul>
<li><a href="#">MCS - ISYNET</a></li>
<li><a href="#">Honorarkompaß</a></li>
<li><a href="#">Daymedic</a></li>
<li><a href="#">medimed</a></li>
</ul>
</a>
</div>
</div>
HTML:
body {
margin: 0px
}
image {
border: 0
}
#nav_top_left a:link,
#nav_top_left a:visited {
background: url('img/1.jpg') no-repeat;
display: block;
height: 150px;
width: 352px
}
#nav_top_left a:hover,
#nav_top_left a:active {
background: url('img/1a.jpg') no-repeat
}
#nav_top_left ul li a:link,
#nav_top_left ul li a:visited {
background: none;
color: #33C;
text-decoration: none
}
#nav_top_left ul{
font: bold 12pt arial;
padding: 0;
margin: 0;
list-style-type: none
}
Hier das ganze mal in Atkion: hier klicken für ein wirklich sehr schönes menu
Wieder mal im FF und IE ganze unterschiedliche Darstellung, jedoch sind beide total daneben. Anbei noch ein Screen wie es eigentlich aussehen sollte.
Erstmal kaffee
Gruß soyo