0

Today, I started reading the book CSS Mastery 2nd edition. It is really a good book for anyone who is interested in learning some techniques. On page 151, I discovered the box-reflect property from CSS3. I tried to find out more information about which browser suports it and the syntax of the property, but I only found a site that didn't explain much.

Can anyone please provide me with a link to a website that is up to date regarding the CSS3 elements? The site should also contain information about browser-support for the different elements. I'm primarily interested in the box-reflect property and to update my knowledge of CSS3 properties.

avpaderno
4,0048 gold badges46 silver badges54 bronze badges
asked Sep 10, 2011 at 15:19

2 Answers 2

1

The definitive source, really, is http://www.w3.org/Style/CSS/. However, this doesn't include vendor-specific implementations.

For vendor-specific implementations, check out http://peter.sh/experiments/vendor-prefixed-css-property-overview/.

answered Sep 10, 2011 at 15:56
1

Like Demian said, the best source is the official W3 CSS page.

Here you can find compatibility issues.

And here's an online editor to automatically write cross browser css rules.

answered Sep 10, 2011 at 16:03
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.