I have this errors,how to fix it? I using mozilla firefox 3.
scrollbar-face-color doesn't exist : #fffff6
Property zoom doesn't exist : 1
Property _height doesn't exist : 0
Property progid doesn't exist : DXImageTransform
Property -moz-opacity doesn't exist : 0.6
Property _margin doesn't exist : 0
Property align doesn't exist : center
Property _width doesn't exist : 49.8%
Property behavior doesn't exist : url(pngbehavior.htc)
Property _padding doesn't exist : 0
help me please.
well, without a link to the
well, without a link to the page, or validation page, its hard to answer. But reading what you posted, its obvious that those properties do not exist. That means dont use them
** having a bad day. i think ill just watch from now-on **
The ones like -moz and
The ones like -moz and -webkit are browser specific and can be used without (m)any ill effects.
The others are "hacks" and should be included in a conditional statement for IE.
LTBoy wrote:I have this
Came in late. Bowing out.
Property -moz-opacity doesn't
Property -moz-opacity doesn't exist : 0.6
True or not? This existing only for Netscape and Mozilla Firefox browsers?
O maybe it is only for IE?
Deuce explained what prefixed
Deuce explained what prefixed properties are read his comment again!
'-moz' is a specific Mozilla prefix so works only for Mozilla browsers. These prefixes '-' are a means for Browsers to implement and test properties without them being part of the core; you can use them fairly safely and eventually when any possible bugs are ironed out and the property is accepted as part of a CSS release the prefix '-moz' would normally be dropped.
These prefixes will never validate as they are not part of the schema they are developer specific properties. The name of the game is not simply 100% validation it's knowing and accepting that certain aspects of styles or markup may not validate but that one knows why and that it's for an acceptable reason.