Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS font error Re: font error

#110615
nuodas159
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;
}