27-09-2011, 21:33
Siemanko! Mam problem, a dokładnie :
![[Obrazek: 81980165069928255368.jpg]](http://iv.pl/images/81980165069928255368.jpg)
Jak widać to menu jest nierówne.
A oto kod:
Mógłby ktoś mi wytłumaczyć w czym jest problem ?
![[Obrazek: 81980165069928255368.jpg]](http://iv.pl/images/81980165069928255368.jpg)
Jak widać to menu jest nierówne.
A oto kod:
Kod:
body {
background-color: #646464;
margin: 0;
padding: 0;
text-align:center;
}
div {
font: verdana 12px #000;
position:relative;
}
a {
text-decoration: none;
}
#container {
margin:0 auto;
padding:0 10px 0 0px;
position:relative;
width:790px;
height:100%;
text-align:left;
clear: both;
background-color:#FFFFFF;
}
#naglowek {
background: #fff url(img/logo.jpg) no-repeat;
width:800px;
height:129px;
margin-bottom:-2px;
}
#menu ul, ul li {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
#menu ul {
float: left;
background-color: #fff;
padding: 2px 0 2px 2px;
border: 0px solid #000;
}
#menu ul li {
float: left;
}
Mógłby ktoś mi wytłumaczyć w czym jest problem ?