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?
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?
They're Gecko-specific properties. They're used to invoke Gecko-specific behavior, or behavior that isn't implemented in other layout engines.
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.