• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

HILFE IE schneidet mir bei hover navi ab...

Status
Für weitere Antworten geschlossen.

xxopenedxx

Neues Mitglied
Bitte ums Hilfe

Html text:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Küchen-Mexx</title>
<link href="css_scripts/layout.css" rel="stylesheet" type="text/css" />
</head>
<body onload="mm_preloadimages('images/header/header2.jpg')">
<div id="navi_gesamt">
<img src="images/header/header1.jpg" id="image1" />
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Unser Onlineshop</a></li>
<li><a href="#">Aktuelle Angebote</a></li>
<li><a href="#">Musterk&uuml;chen</a></li>
<li><a href="#">Unser Service</a></li>
<li><a href="#">Kontakt</a></li>
</ul>
</div>
</body>

</html>



CSS:

@charset "utf-8";
/* CSS Document */

* { margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;

}

#navi_gesamt { width:640px;
height:300px;
background-color:#E9E9E9;
margin:0 auto;

}

#navi_gesamt li { list-style-type:none;
display:inline;
font-weight:bold;
font-size:11px;
color:#1C508E;
text-decoration:none;

}

#navi_gesamt li a { text-decoration:none;
color:#1C508E;
padding:5px 12px 5px 12px;

}

#navi_gesamt li a:hover {background-color:#1C508E;
color:#FFFFFF;

}

#navi_gesamt ul { padding-left:22px;

}
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben