Wiem, że to już było ale tamto mi nie pomagało (IMG:
http://forum.php.pl/style_emoticons/default/sad.gif)
Chodzi o to żeby wyśrodkować to menu i żeby miało szerokość 800pixeli
Jeszce jedno w html jest logo a pod nim menu co zrobić żeby nie było tam odstępu?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="styles.css" rel="stylesheet" type="text/css" /> <p align="center"> <img src="image_top.jpg" alt="" width="800" height="250" /><br /> <li><a href="http://www.hv-designs.co.uk"><em class="home"></em><b>O mnie
</b></a></li> <li><a href="http://www.hv-designs.co.uk/hv_shop"><em class="templates"></em><b>Deekay
</b></a></li> <li><a href="http://www.sb-designs.co.uk"><em class="psd"></em><b>Download
</b></a></li> <li><a href="http://www.hv-designs.co.uk"><em class="tutorials"></em><b>Contact
</b></a></li> <li><a href="http://www.hv-designs.co.uk/hv_shop"><em class="shop"></em><b>Linki
</b></a></li> <li><a href="http://www.hv-designs.co.uk"><em class="contact"></em><b>dodatkowo
</b></a></li>
css
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
}
body,td,th {
color: #FFFFFF;
}
.style1 {
font-size: 36px;
font-weight: bold;
}
.navigation {
padding:0 0 0 20px;
margin:0;
list-style:none;
height:40px;
background:#1841c8 url(navigation/nav_background.gif);
}
.navigation li {
float:left;
}
.navigation li a {
display:block;
float:left;
height:40px;
line-height:40px;
color:#FFFFFF;
text-decoration:none;
font-family:arial, verdana, sans-serif;
text-align:center;
padding:0 0 0 10px;
cursor:pointer;
font-size:11px;
}
.navigation li a b {
float:left;
display:block;
padding:0 16px 0 8px;
}
.navigation li.current a {
color:#FFFFFF;
background:url(navigation/nav_hover.gif);
}
.navigation li a:hover {
color:#00CCFF;
background: url(navigation/nav_hover.gif);
}
.navigation li a em {
display:block;
float:left;
width:30px;
height:40px;
}
.navigation li a em.home {
background-image: url(nav_icons/icons.png);
background-repeat: no-repeat;
background-position: center center;
}
.navigation li a em.templates {
background-image: url(nav_icons/icons.png);
background-repeat: no-repeat;
background-position: center center;
}
.navigation li a em.psd {
background-image: url(nav_icons/icons.png);
background-repeat: no-repeat;
background-position: center center;
}
.navigation li a em.tutorials {
background-image: url(nav_icons/icons.png);
background-repeat: no-repeat;
background-position: center center;
}
.navigation li a em.shop {
background-image: url(nav_icons/icons.png);
background-repeat: no-repeat;
background-position: center center;
}
.navigation li a em.contact {
background-image: url(nav_icons/icons.png);
background-repeat: no-repeat;
background-position: center center;
}
Za pomoc z góry dziękuje (IMG:
http://forum.php.pl/style_emoticons/default/smile.gif)