w3.org mi dà un sacco di errori del css...
Molti codici li ho usati dalla guida di asbafo.net...
Certo che il css è difficile da avere "valido".
L'html si valida in 2min con il css
/* PatrykWeb Style */
/* Struttura Generale */
BODY { background-image: url(base/sfondo.jpg); background-attachment: fixed; background-repeat: repeat-y; cursor: url(base/puntatore.cur); scrollbar-base-color: black; scrollbar-arrow-color: red;}
html,body { margin: 0; padding: 0 }
/* Testo */
p { font-size:9pt }
A:link { color: white;text-decoration: none}
A:visited {color: white;text-decoration:none}
A:hover {color: blue;text-decoration: none; letter-spacing: 1pt}
A:active {color: lime;text-decoration: none}
.13pxcenter { text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 13px; }
.8pxleft { text-align: left; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 8px; }
.8pxcenter { text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 8px; }
/* div center */
#container { margin: 0 auto }
/* Logo */
#header { background-image:url(patrykweb4blu/loghi/ptkweb.jpg); background-repeat: no-repeat; width: 1003px; height: 240px }
#camera_sx { background-image:url(patrykweb4blu/loghi/telecamera_mobile_sx.gif); background-repeat: no-repeat; width: 120px; height: 90px; position: absolute; margin-top: 60px; margin-left: 775px; }
#camera_dx { background-image:url(patrykweb4blu/loghi/telecamera_ferma_dx.gif); background-repeat: no-repeat; width: 120px; height: 90px; position: absolute; margin-top: 60px; margin-left: 106px; }
/* Menu */
#center { position: absolute; margin-top: 242px; margin-left: 213px; }
#left { position: absolute; margin-top: 242px; margin-left: 2px; }
#right { position: absolute; margin-top: 242px; margin-left: 802px; }

Rispondi quotando