tags:

views:

52

answers:

3

I have seen in some css files -moz , but i never used.

can any one tell me what is that and why is it used?

+3  A: 

They're Gecko-specific properties. They're used to invoke Gecko-specific behavior, or behavior that isn't implemented in other layout engines.

Ignacio Vazquez-Abrams
what are Gecko means?? sorry if it is so trivial.
gov
http://en.wikipedia.org/wiki/Gecko_%28layout_engine%29
Ignacio Vazquez-Abrams
+2  A: 

CSS properties that get only processed by the gecko engine (e.G: Firefox). THat's part of the CSS standard, so that you can set specific properties for a browser without disrupting the others.

joni
+2  A: 
jensgram