Home › Forums › CSS › font error › Re: font error
September 23, 2012 at 11:25 am
#110615
Participant
mmm, thanks.
Am, but why is this error:
Property box-shadow doesn't exist in CSS level 2.1 but exists in [css3] : 1px 3px 8px #f1d0b5
.inputbox {
background: #fff;
box-shadow: 0 3px 8px #f1d0b5;
border: 2px solid #f36e00;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 2px;
cursor: text;
}