Browsers Memory
Ok first i need to say download Google Chrome Browser (http://www.google.com/chrome)
In this example all browsers open 4 tabs (the same tabs for all browsers):

Opera 9.51 is the best and MSIE 8 is the worst.
Damn i forget upgrade to Opera 9.52 but i think is the same result.
web
google
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
web
css
Recent Comments