questo e il mio foglio di stile...
anche se la riga body è la prima il risultato non cambia...
dove sbaglio???
ovviamente il percorso è corretto... e gli altri attributi vengono correttamente interpretati...!!!
Codice PHP:
a:link { text-decoration: none; color: 0000FF}
a:visited { text-decoration: none; color: 0000FF}
a:hover { text-decoration: underline; color: #800000}
.header { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF}
.menu { font-family: verdana, Arial; font-weight: bold; font-size:8pt; text-decoration: none; color: #000000; display: block; position: relative;}
.menu a:link { font-family: verdana, Arial; font-weight: bold; font-size:10pt; text-decoration: none; color: #800000; display: block; position: relative;}
.menu a:visited { font-family: verdana, Arial; font-weight: bold; font-size:10pt; text-decoration: none; color: #800000; display: block; position: relative;}
.menu a:hover { font-family: verdana, Arial; font-weight: bold; font-size:10pt; text-decoration: none; color: #FFFF00; display: block; position: relative;}
.menu a:active {font-family: verdana, Arial; font-weight: bold; font-size:10pt; text-decoration: none; color: #800000; display: block; position: relative;}
.menu, td {height:20;}
.f1 { font-family: verdana; font-size: 10px; font-weight: normal}
.f2 { font-family: verdana; font-size: 11px; font-weight: normal}
.f3 { font-family: verdana; font-size: 13px; font-weight: normal}
.f4 { font-family: verdana; font-size: 14px; font-weight: normal}
.f5 { font-family: verdana; font-size: 10px; font-weight: normal}
.f6 { font-family: verdana; font-size: 11px; font-weight: normal}
.f7 { font-family: verdana; font-size: 13px; font-weight: normal}
.f8 { font-family: verdana; font-size: 14px; font-weight: normal}
h1 { font-family: verdana; font-size: 16px; font-weight: bold }
h2 { font-family: verdana; font-size: 16px; font-weight: bold }
body { bgcolor: FFFFF0; background-image: url(img/cartolina.jpg); background-repeat: no-repeat; background-position: center; }