Template:CSS3

From Darkan
Revision as of 03:23, 17 November 2012 by imported>Blaze fire12 (+)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

[view] [edit] [purge] Template documentation

This documentation is transcluded from Template:CSS3/doc.

This template makes it possible to make certain CSS3 styles that need a prefix like -webkit- or -moz- easy to use, and easy to make available for all browsers that support the CSS3 style.

Usage

This template can be used by entering the following onto a relevant page.

{{CSS3|style needing prefix: property}}

If you are working with something like gradient background, which needs to have the prefix in the property instead of the style, use {{CSS3|background:gradient(...)|2}}.