Hi all,
I have seen a few websites (3D cart's even) that use style elements I've never seen before. Ex:
-moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;
I've seen this code in HTML and CSS files of different sites. I've "googled" it but every website I've seen that attempts to clarify only confuses me more. From what I can gather, it deals with positioning elements on a page. This may be what I need to properly position my background image but I can't be certain. Does anyone know what this code does?
Bryon
I have seen a few websites (3D cart's even) that use style elements I've never seen before. Ex:
-moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;
I've seen this code in HTML and CSS files of different sites. I've "googled" it but every website I've seen that attempts to clarify only confuses me more. From what I can gather, it deals with positioning elements on a page. This may be what I need to properly position my background image but I can't be certain. Does anyone know what this code does?
Bryon
Comment