Im Firefox lassen sich die Links nicht anklicken. Im IE funktioniert es. Wo liegt der Fehler?
HTML Datei:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="all" type="text/css" charset="ISO-8859-1" href="default.css">
<title>Home</title>
</head>
<body>
<div style="margin-top: 245px;" id="frame">
<div id="heading">
<div class="menu1-level1-act menu-item-1"><a href="index.php?id=6" onfocus="blurLink(this);" >Home</a></div>
<div class="menu1-level1-no menu-item-2"><a href="index.php?id=7" onfocus="blurLink(this);" >Service</a></div>
<div class="menu1-level1-no menu-item-3"><a href="index.php?id=8" onfocus="blurLink(this);" >Produkte</a></div>
<div class="menu1-level1-no menu-item-4"><a href="index.php?id=9" onfocus="blurLink(this);" >Partner</a></div>
<div class="menu1-level1-no menu-item-5"><a href="index.php?id=10" onfocus="blurLink(this);" >Firma</a></div>
</div>
<div id="menu">
<div class="menu2-level2-no"><a href="index.php?id=11" onfocus="blurLink(this);" >Startseite</a></div>
</div>
<div id="footer">
<!-- ###MENU3### begin -->
<p>Menü - Footer</p>
<!-- ###MENU3### end -->
</div>
<div id="content">
<!-- ###CONTENT### begin -->
<p>Inhalt</p>
<!-- ###CONTENT### end -->
</div>
</div>
</body>
</html>
CSS Datei:
/* Allegemein */
body {
margin: 0px;
border-width:0px;
padding:0px;
background-color: #B1B1B1;
color: #000000;
font-family: Verdana, sans-serif;
font-size: 10px;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
}
/*
* Template Gerüst
***/
/* Grundgerüst */
#frame {
background-image: url('bg.jpg');
height: 548px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
width: 758px;
position:relative;
}
/* Menü - Header */
#heading {
font-weight: bold;
height: 16px;
left: 107px;
overflow: hidden;
position: relative;
top: 102px;
width: 361px;
}
/* Menü */
#menu {
left: 2px;
top: 113px;
width: 84px;
position: relative;
color: #DAE4ED;
overflow: hidden;
}
/* Content */
#content {
height: 396px;
left: 104px;
overflow: hidden;
position: relative;
top: -294px;
width: 650px;
}
/* Menü - Footer */
#footer {
color: #DAE4ED;
font-weight: bold;
height: 19px;
left: 23px;
overflow: hidden;
padding-top: 4px;
position: absolute;
text-align: center;
bottom: 0px;
width: 390px;
}
#heading div.menu1-level1-no {
position: absolute;
top: 0px;
height: 16px;
width: 80px;
text-align: center;
}
#heading div.menu1-level1-act {
position: absolute;
top: 0px;
height: 16px;
width: 80px;
text-align: center;
}
#heading div.menu-item-2 {
left: 70px;
}
#heading div.menu-item-3 {
left: 140px;
}
#heading div.menu-item-4 {
left: 210px;
}
#heading div.menu-item-5 {
left: 281px;
}