Ok danke schonmal, ich habe alles gemacht aber es ist immernoch das gleiche problehm…
hier mal mein HTML Code :
[code]
Blog lukiB
<ul>
<li>
<a href="home.htm">Home</a>
<a href="home.htm">Grafiken</a>
<a href="home.htm">Gimp</a>
</li>
</ul>
[/code]Und der CSS code:
[code]
body {
background-color:#222222;
font : normal 74% arial , Sans-Serif;
}
#site {
width:600px;
height:500px;
border:0px white dotted;
margin: 0 auto;
margin-top:100px;
border:1px #333333 solid;
}
#header {
width:600px;
height:151px;
background-image: url(images/header55_1.png);
}
#navi {
width:600px;
height:20px;
background-image: url(images/navibg.png);
background-repeat: no-repeat;
background-color:none;
}
#navi ul { list-style:none; }
#navi li { float : left;
margin-left : 103px;
margin-bottom : 0; }
#navi li a:link , #navi li a:visited {
font-family: arial , sans serif ;
font-size:13px;
color:white;
float:left;
margin-left:40px;
padding-left:3px;
padding-right:3px;
padding-top:1px;
height:19px;
font-weight:bold;
background-color:none;
text-decoration:none;
}
#navi li a:hover , #navi li a:active {
text-decoration:none;
background-image: url(images/navibgblue.png);
background-repeat: repeat-x;
}
.clear{clear:both;}
[/code]OK das Problehm mit den Abständen zwischen den divs habe ich gelöst, ganz einfach mit: ul
{
margin:0px;
}
Aber die verweise haben immernoch einen automatischen abstand zum Linken Rand (im FF) obwohl ich das nicht eingestellt habe.
Link : Blog lukiB
Naja habs jetzt anders gelöst, aber anke nochmal Für eure Hilfe…
Mfg lukiB