Home > web > CSS3 and Browsers

CSS3 and Browsers

September 2nd, 2008 Leave a comment Go to comments

CSS3 and Browsers

CSS3 Selector Test: http://www.css3.info/selectors-test/test.html

Browser Passed Buggy Unsupported
Firefox 3.0.1 36 0 7
Firefox 3.1b1pre 43 0 0
MSIE 6 10 1 32
MSIE 7 13 4 26
MSIE 8 Beta 2 21 2 20
Opera 9.52 43 0 0
Safari 3.1 43 0 0

Firefox 3.1b1pre, Opera 9.52 and Safari 3.1: (Passed 578 out of 578 tests)

Firefox 3.0.1: (Passed 373 out of 578 tests)

MSIE 6: (Passed 276 out of 578 tests)

MSIE 7: (Passed 329 out of 578 tests)

MSIE 8 Beta 2: (Passed 348 out of 578 tests)

CSS3 Attribute Selectors: http://www.css3.info/preview/attribute-selectors/

CSS3 Opacity: (http://www.css3.info/preview/opacity/)

This text is on red background opacity 0.6, works fine on Firefox, Safari and Opera

CSS3 Round Borders:

#somediv {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
 Only on Firefox and WebKit this Div is round. 

More about CSS3 http://www.css3.info

Categories: web Tags:
  1. No comments yet.
  1. No trackbacks yet.

Switch to our mobile site