tags:

views:

821

answers:

3

Is there any resource that provides a chart of CSS properties and their support through most browser/OS combinations? For example, if I want to know what browser supports overflow or min-height and any quirks to be aware of in the implementation of these properties and their values, what is the best place to get all this?

I have found a couple places but I haven't been impressed.

Any suggestions?

+3  A: 

The wikipedia article is fairly impressive and a good place to start:

http://en.wikipedia.org/wiki/CSS_support

Electrons_Ahoy
That's the one I am currently using and I don't really like it. I was hoping there was something better out there but I guess it'll have to do.
Paolo Bergantino
I know what you mean. It's pretty... variable, but I find if nothing else it gets me to a better follow-up google search.
Electrons_Ahoy
+13  A: 

http://www.quirksmode.org/css/contents.html

Quriks mode is also a really good resource for this sort of information.

nlaq
Beat me to it; +1 for quirksmode!
Bobby Jack
I found that address with Google before making this, but the website is currently down so I assumed it was nothing. I'll wait for it to come back up to take a look.
Paolo Bergantino
+3  A: 

Most of the CSS reference sites I used to use are out of date, but SitePoint recently (I'd say the past year) released a CSS Reference that is kept up to date and is easy to navigate.

closetgeekshow
For example, right now I want to know how overflow-x is supported across browsers. That SitePoint site is exactly what I want but they don't have overflow-x on there which makes me question how through it is immediately.
Paolo Bergantino