[oXygen-user] CSS3

Mark mark at knihtisk.org
Thu Aug 25 23:17:29 CDT 2011


I have begun experimenting with some CSS 3 effects , particularly box rounding and box shadows. All of the example I see indicate that I have to use css properties like:

border-radius : 25px;
-moz-border-radius : 25px; /* Firefox 3.6 and earlier */
-moz-box-shadow : 10px 10px 5px #888888; /* Firefox 3.6 and earlier */
-webkit-box-shadow : 10px 10px 5px #888888;
box-shadow : 10px 10px 5px #888888;

This causes problems with the W3C CSS validator connected to Oxygen. Is there any way to validate these properties so that my CSS stylesheet does not show errors?

Thanks,
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20110825/005ac3bc/attachment.html 


More information about the oXygen-user mailing list