Najlepiej najpierw sobie wyzeruj wszystkie elementy, tak aby w każdej przeglądarce wyglądały (prawie) tak samo:
a następnie dla menu wrzuć mnie więcej tak kod:
Kod:
/* reset */
body, h1, h2, h3, h4, h5, h6,
blockquote, p, address, form, fieldset,
ul, ol, dl, dt, li, hr, table, td, th {
margin: 0;
padding: 0;
}
a, a:visited {text-decoration: none;}
fieldset, img {border: 0;}
li {list-style:none;}
/* reset koniec */
a następnie dla menu wrzuć mnie więcej tak kod:
Kod:
#header ul {
width: 540px;
height: 59px;
background: url(../images/bg-menu.jpg) 0 0 no-repeat;
margin: 20px 0 0 98px;
padding-top: 17px;
}
#header ul li {
display: inline;
}