Originariamente inviato da Francis87
puoi mostrarci i codicilli che usi?
codice:
<head>
<link rel=stylesheet href="index.css" type="text/css">
</head>
<body>
<div id="container">
<div id="container2">
<div id="header">[img]immagini/up.gif[/img]</div>
<div id="navigation">
<p class="pulsanti">wè</p>
<p class="pulsanti">wè</p>
<p class="pulsanti">wè</p>
<p class="pulsanti">wè</p>
<p class="pulsanti">wè</p>
<p class="pulsanti">wè</p>
<p class="pulsanti">wè</p>
<p class="pulsanti">wè</p>
<p class="pulsanti">wè</p>
</div>
<div id="extra">
<p class="pulsanti">wè</p>
<p class="pulsanti">wè</p>
<p class="pulsanti">wè</p>
</div>
<div id="content">
testo</p>
testo</p>
testo</p>
testo</p>
testo</p>
testo</p>
testo</p>
</div>
<div id="footer">mail</div>
</div>
</div>
</body>
codice:
H1 {
position: relative;
top: 10px;
color: #FFF;
font-family: Courier New, Courier;
font-size: 20pt;
text-align: center;
}
H2 {
position: relative;
top: 170px;
color: #9A0102;
font-family: Courier New, Courier;
font-size: 12pt;
text-align: left;
}
p {
color: #000;
font-family: Courier New, Courier;
font-size: 9pt;
text-align: left;
}
p.pulsanti {
color: #000;
wheight: bold;
font-family: Courier New, Courier;
font-size: 19pt;
text-align: left;
}
a {
font-weight: 800;
color: #FFF;
font-family: Courier New, Courier;
font-size: 12pt;
text-align: left;
}
/*stili per il layout fisso con background*/
html {
margin: 0;
padding: 0;
}
body{
margin: 0;
padding: 0;
font-family: arial,sans-serif;
font-size: 76%;
text-align: center;
scrollbar-face-color: #9A0100;
scrollbar-highlight-color: black;
scrollbar-shadow-color: white;
scrollbar-arrow-color: white;
scrollbar-base-color: white;
scrollbar-3d-light-color: brown;
scrollbar-dark-shadow-color: black;
}
div#container{
width:100%;
clear:both;
text-align:center;
margin: 0 auto;
border-width: 0 1px;
border-style:solid;
background: url(immagini/pat.gif) repeat top right;
}
div#container2{
background: url(immagini/pat.gif) repeat top left;
text-align: left;
}
/*stili specifici per il layout*/
div#header {
clear:both;
height: 30px;
text-align:right;
padding: 0px 0;
background-color: #000;
color: #000
}
div#navigation{
float: left;
width: 160px;
\width:170px;
w\idth:160px;
padding: 1em 0 0 10px
}
div#extra{
float: right;
width: 160px;
\width:170px;
w\idth:160px;
padding: 1em 0 5px
}
div#content{
float: both;
background-color: #fff;
margin: 0 170px;
padding: 1em 10px;
border-width: 0 1px;
border-style: solid;
border-color: #000;
}
div#footer{
clear:both;
text-align:center;
padding: 5px 0;
background-color: #000;
color: #000
}