Salve a tutti sono arrivato alla conclusione di un semplice sito web senza grandi complessità di integrazioni... ho solamente un problema... ho finito tutto ma il logo non mi viene come dico io.
Vi incollo il foglio css da me scritto:
<style type="text/css">
body {
background-image: url(http://alessandroleoni.altervista.org/nero_linee.jpg);
font-family: Trebuchet ms;
font-size: 11px;
margin-top: 50px
}
ol {list-style-position : inside}
ul {list-style-position : outside}
#headerlogo {
background-color: #BBBBBB;
width: 950px;
height: 75px;
border: 1px solid #FFFFFF;
}
#headerlogotext {
color: #000000;
font-family: arial black;
font-size: 12px;
margin-top: 25px;
margin-bottom: 15px;
margin-left: 10px;
margin-right: 40px;
text-align: left
}
#generalcontainer {
background-color: #333333;
color: #FFFFFF;
width: 950px;
border: 1px solid #FFFFFF
}
#generalcontainertext {
color: #FFFFFF;
font-family: trebuchet ms;
font-size: 11px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
text-align: justify
}
#copyright {
background-color: #BBBBBB;
width: 950px;
height: 75px;
border: 1px solid #FFFFFF
}
#copyrighttext {
font-family: trebuchet ms;
font-size: 10px;
font-style: italic;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
text-align: justify
}
#footer {
background-color: transparent;
color: #FFFFFF;
font-family: trebuchet ms;
font-size: 11px
}
#backgroundmusic {
background-color:transparent;
border: 1px solid transparent
width: 950px
}
#backgroundmusictext {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
}
#logo {
text-align:right;
margin-right: 10px;
}
#buttons {
text-align:left;
margin-left: 10px;
}
a.primo:link {
background: transparent;
color: #0066FF;
text-decoration:none
}
a.primo:visited {
background: transparent;
color: #0066FF
}
a.primo:hover {
background: transparent;
color: #0066FF;
text-decoration: underline
}
a.primo:active {
background: transparent;
color: 0066FF;
}
a.secondo:link {
background: transparent;
color: #0066FF;
text-decoration:none
}
a.secondo:visited {
background: transparent;
color: #0066FF;
text-decoration:none
}
a.secondo:hover {
background: transparent;
color: #0066FF;
text-decoration:none;
background: black;
}
a.secondo:active {
background: transparent;
color: #0066FF;
text-decoration:none
}
</style>
PS: NEGLI ALLEGATI VI HO MESSO IL FILE DI COME VIENE E DI COME LO VORREI. LA FRECCETTA INDICA DI COME LO VORREI.
GRAZIE A TUTTI X L'AIUTO.