Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am looking for a resource (book or website) which lists all the CSS elemenets' compatibility with the major browsers. It has to include information for IE8 & FireFox3 (Chrome not too important). The ones I have found do not mention IE8 so I need one that's up to date to include IE6, IE7 and IE8.

For example, if I want to use 'border-spacing', I want to know which browser does not support it, if any.

share|improve this question
possible duplicate of CSS Browser Support Chart – Matt Lacey Mar 11 at 12:18

1 Answer

up vote 7 down vote accepted

Quirksmode, hands down:

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

In particular, for your question on border_spacing: http://www.quirksmode.org/css/tables.html

share|improve this answer
1  
+1 -- Very nice resource. – gclag Jun 30 '09 at 20:14
LOL. That's funny. I had completely forgot I asked this before. – Paolo Bergantino Jun 30 '09 at 20:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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