13-12-2011, 05:25
Ajjjjjjjjjjjjjj boli.
co to jest width,eight,overflow:hidden;?????
Jak ja piszę daj dla ul width, height, overflow etc, to ja tylko wymieniam co powinieneś użyć. Więc:
ITP
co to jest width,eight,overflow:hidden;?????
Jak ja piszę daj dla ul width, height, overflow etc, to ja tylko wymieniam co powinieneś użyć. Więc:
Kod:
ul {
width:680px;
height:30px;
overflow:hidden;
list-style-type:none;
padding:0;
margin:0;
text-align:center;
}
ul > li {
display:inline-block;
max-width:200px;
height:30px;
backgorund:url(.....) center top no-repeat;
}
ul > li a {
display:block;
width:100%;
height:100%;
text-align:center;
font:13px Impact, Tahoma, sans-serif;
color:#333;
background:url(......) center top no-repeat;
}
ul > li a:hover {
background:url(......) center top no-repeat;
}
ITP
