Hallo,
hast du vielleicht eine Idee, wo ich suchen könnte?
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Start | iPhone</title>
<meta http-equiv="cache-control" content="no-cache"/>
<meta http-equiv="pragma" content="no-cache"/>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1" name="viewport"/>
<link rel="stylesheet" href="css/smartbasictemp.css" type="text/css"/>
</head>
<body>
<nav id="mainnav">
<ul id="nav1">
<li id="1" class="nav1">
Start
</li>
</ul>
</nav>
<nav id="popnav">
Blubb
</nav>
</body>
</html>
BODY {
position: relative;
top: 0px;
left: 0px;
margin: 0;
padding: 0;
width: 100%;
}
#mainnav {
position: relative;
top: 0;
left:0;
display: block;
margin: 0;
padding: 0;
}
#nav1 {
width: 100%;
position: relative;
top: 0;
left:0;
margin: 0;
padding: 0;
}
#nav1 li.nav1 {
height: 40px;
line-height:40px;
display: inline;
float: left;
}
#popnav {
position: absolute;
top: 0;
left: 0;
width: 100%;
display: none;
visibility: hidden;
}
Da sollte man doch annehmen, das <nav id="popnav"> nicht angezeigt wird und wenn, dann an der Position 0,0?!
Gruß
Siri