lo sto facendo in locale!posso postare il codice però:
Codice PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento senza titolo</title>
<link href="stile.css" rel="stylesheet" type="text/css" />
</head>
<body bgcolor="#000000">
<div id="header"></div>
<div id="wrapper">
<div id="menu">
<ul> [*][url="index.html"]Home[/url][*][url="link2.html"]link2[/url][*][url="link3.html"]link3[/url][/list]</div>
<div id="body">
testo testo testo</p>
</div>
</div>
<div id="footer"></div>
</body>
</html>
e questo è il css:
Codice PHP:
#header {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
background-color: #000000;
background-image: url(img/logo.jpg);
background-repeat: no-repeat;
background-position: center;
height: 150px;
width: 850px;
margin-left: auto;
margin-right: auto;
}
#body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #FFFFFF;
background-attachment: scroll;
background-color: #000000;
width: 500px;
height: 400px;
float:left;
margin-left: 30px;
position: absolute;
}
#wrapper {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #FFFFFF;
background-color: #000000;
height: 400px;
margin-left: auto;
margin-right: auto;
width: 755px;
}
#menu {
width: 200px;
margin: 10px;
border-style: solid solid none solid;
border-color: #000;
border-size: 1px;
border-width: 1px;
height: 300px;
float:left;
color:#000000;
}
#menu li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}
#menu li a:link, #menu li a:visited {
color: #CCC;
display: block;
background: url(img/menu.gif);
padding: 8px 0 0 10px;
}
#menu li a:hover, #menu li #current {
color: #FFF;
background: url(img/menu.gif) 0 -32px;
padding: 8px 0 0 10px;
}
#footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #CCCCCC;
height: 30px;
background-image: url(img/footer.gif);
width: 755px;
line-height: 30px;
text-align: center;
margin-left: auto;
margin-right: auto;
}