CSS3 Backgrounds and Borders
Current Version: 0.3.4
This extension implements the CSS3 Backgrounds and Borders module back to IE6. Support is currently incomplete, but the following currently work:
border-radius
(if the browser has some form of native implementation, i.e. not in IE currently)- basic (e.g.
border-radius: 25px 50px 75px 100px;
) - compound (e.g.
border-radius: 25px / 50px;
)
- basic (e.g.
box-shadow
- basic (e.g.
box-shadow: 5px 5px 15px 1px #000;
) - compound (e.g.
box-shadow: 5px 5px 15px 1px #000, -5px -5px 15px 1px #000;
)
- basic (e.g.