Click to See Complete Forum and Search --> : Why is used mozilla specification in body?


toplisek
07-30-2009, 08:12 AM
I have seen css within body like:


-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;

Why is this used to solve new version Mozilla issues?

Kor
07-30-2009, 08:15 AM
I have seen css within body like:


-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;

Why is this used to solve new version Mozilla issues?
Why not? Who cares about how the code is seen? :rolleyes:

toplisek
07-30-2009, 08:48 AM
Is there new version and CSS for Mozilla?

Kor
07-30-2009, 08:58 AM
As far as I know FF3 uses CSS2 and some CSS2.1
FF3.1 will introduce some CSS3 features (text shadow, box shadow, border image and several other).