vote up 2 vote down star
5

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?

flag

3 Answers

vote up 12 vote down check

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

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

link|flag
Beat me to it; +1 for quirksmode! – Bobby Jack Oct 14 '08 at 23:47
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 Oct 14 '08 at 23:58
vote up 3 vote down

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

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

link|flag
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 Oct 14 '08 at 23:46
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 Oct 14 '08 at 23:55
vote up 3 vote down

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.

link|flag
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 Oct 14 '08 at 23:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.