Hallo,
ich habe hier:
einen Abstand zwischen menue und top_s doch langsam dreh ich durch da ich einfach den Grund dafür nicht finden kann...
Kann mir jemand sagen wieso da dieser Abstand ist??
hier noch da s Externe CSS:
ich habe hier:
HTML:
<!DOCTYPE HTML>
<html>
<head>
<title>Web of Titannano</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="css/cursor.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
</head>
<body>
<div class="top_s"><img src="Grafics/title_prev.png" alt="top_g"></div>
<div class="page_body">
<div id="menue">
<div id="menue_left" style="float:left; height:55px; width: 213px; overflow:hidden;"><img alt="left Toolbar" style="margin-top:0px;" src="http://forum.jswelt.de/Grafics/toolbar.png"></div>
<div id="menue_home" style="float:left; height:55px; width:98px; overflow:hidden;"><img alt="Home" id="menue_home_img" style="margin-left:-213px; margin-top:0px;" src="http://forum.jswelt.de/Grafics/toolbar.png"></div>
<div id="menue_down" style="float:left; height:55px; width:173px; overflow:hidden;"><img alt="Downloads" id="menue_down_img" style="margin-left:-311px; margin-top:0px;" src="http://forum.jswelt.de/Grafics/toolbar.png"></div>
<div id="menue_ntv" style="float:left; height:55px; width:328px; overflow:hidden;"><img alt="NanoTV - comming soon" id="menue_ntv_img" style="margin-left:-484px; margin-top:0px;" src="http://forum.jswelt.de/Grafics/toolbar.png"></div>
<div id="menue_right" style="float:left; height:55px; width:212px; overflow:hidden;"><img alt="right Toolbar" style="margin-left:-812px; margin-top:0px;" src="http://forum.jswelt.de/Grafics/toolbar.png"></div>
</div>
<div id="content-part" style="">
</div>
</div>
</body>
</html>
einen Abstand zwischen menue und top_s doch langsam dreh ich durch da ich einfach den Grund dafür nicht finden kann...
Kann mir jemand sagen wieso da dieser Abstand ist??
hier noch da s Externe CSS:
Code:
@charset "utf-8";
/* CSS Document */
body{
background-color:#627aad;
top: 0; /* NN4 */
left: 0; /* NN4 */
margin: 0; /* das reicht eigentlich */
padding: 0; /* Opera UASS */
}
.top_s{
background-image:url(../Grafics/top_g.png);
background-repeat:repeat-x;
text-align:center;
height:140px;
position:relative;
}
.page_body{
position:relative;
width:1024px;
margin: 0 auto;
}