questo è il mio css
ho fatto il check del codice e mi vengono dati 2 errori:codice:body { background-color : #a6bf79; color : #000000; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12px; margin : 10px 10px; padding : 0; } .container { margin : 0 auto; text-align : left; width : 717px; } a { font-size : 12px; color : #28556b; } a:hover { text-decoration : underline; color : #e28a05; } p { margin : 15px 0; } .box { margin : 0.5em; float : right; } .box_center { margin : 0.5em; margin-left : 100px; } .didascalia { text-align : center; text-decoration : none; color : #000000; margin-top : 5px; margin-bottom : 20px; font-family : Georgia, "Times New Roman", Times, serif; } .miniature { text-align : center; margin-top : 90px; } #header { margin : 0 0 0 0; background-image : url(images/header.jpg); width : 717px; height : 200px; position : relative; } #header ul { background-color : #85a157; width : 711px; border : 3px solid #ffffff; display : block; top : 185px; position : absolute; margin : 0 0 0 0; height : 22px; padding : 5px 0 0 0; text-align : center; } #header li { display : inline; } #header ul a { text-decoration : none; color : #ffffff; margin : 0 15px; } #header ul a:hover { text-decoration : underline; color : #28556b; } .content { background-image : url(images/content_bg.gif); width : 717px; } h1 { color : #000000; font-size : 20px; margin : 20px 20px 10px 0; } h1 a { border-top-color : #ada6a6; color : #000000; font-size : 20px; text-decoration : underline; } h2 { color : #000000; font-size : 14px; text-align : left; margin : 10px 10px 10px 0; } .boldtxt { font-family : Georgia, "Times New Roman", Times, serif; text-align : justify; font-weight : bold; } .lavor { float : left; width : 674px; margin-left : 10px; margin-right : 30px; padding : 30px 20px 30px 12px; display : inline; height : 480px; font-family : Georgia, "Times New Roman", Times, serif; text-align : justify; text-decoration : none; } .sport { float : left; width : 674px; margin-left : 10px; margin-right : 30px; padding : 30px 20px 30px 12px; display : inline; height : 380px; font-family : Georgia, "Times New Roman", Times, serif; text-align : justify; } .trekking { float : left; width : 674px; margin-left : 10px; margin-right : 30px; padding : 30px 20px 30px 12px; display : inline; height : auto; font-family : Georgia, "Times New Roman", Times, serif; text-align : justify; } .index { float : left; width : 674px; margin-left : 10px; margin-right : 30px; padding : 30px 20px 30px 12px; display : inline; height : 320px; font-family : Georgia, "Times New Roman", Times, serif; text-align : justify; } .chis { float : left; width : 674px; margin-left : 10px; margin-right : 30px; padding : 30px 20px 30px 12px; display : inline; height : 480px; font-family : Georgia, "Times New Roman", Times, serif; text-align : justify; } .contacts { float : left; width : 674px; margin-left : 10px; margin-right : 30px; padding : 30px 20px 30px 12px; display : inline; height : 490px; font-family : Georgia, "Times New Roman", Times, serif; text-align : justify; } .testoForm { font-family : Georgia, "Times New Roman", Times, serif; margin-left : 0; margin-top : 0; margin-bottom : 5px; } .labelForm { font-family : Georgia, "Times New Roman", Times, serif; margin-left : 0; margin-top : 0; margin-bottom : 5px; } #footerline { clear : both; background-image : url(images/footer_bg.gif); font-size : 1px; height : 10px; font-family : Georgia, "Times New Roman", Times, serif; top : 30px; } #footer { width : 717px; text-align : left; font-size : 14px; padding : 20px 0; font-family : Georgia, "Times New Roman", Times, serif; } .foot_right { float : right; } .certificati { position : absolute; margin-left : 340px; margin-top : 5px; float : right; }
32 .box La proprietà box-shadow non esiste per CSS versione 2.1 ma esiste in : 3px 3px 10px #333333 3px 3px 10px #333333
38 .box_center La proprietà box-shadow non esiste per CSS versione 2.1 ma esiste in : 3px 3px 10px #333333 3px 3px 10px #333333
praticamente le ombre che metto alle mie immagini non sono riconosciute valide...come faccio??
cosa significa ma esiste in : 3px 3px 10px #333333 3px 3px 10px #333333

Rispondi quotando