This page contains some samples to check current browsers for up-to-date Internet technology, especially CSS properties.
All checks are valid within the HTML 4 and CSS 2 standards from 1997. The examples contain an XHTML 1.1 doctype, because IE7 implements better CSS-rendering within that. Beside that, they completely work with older doctypes the same.
Testing browsers:
Mozilla Firefox 1.5 (Windows und Linux)
Internet Explorer 6 (Windows)
Internet Explorer 7 beta 2 preview (Windows)
Konqueror 3.5.1 (Linux)
Opera 8.51 (Windows und Linux)
gtkhtml 2.6.3
Test | IE7 | IE6 | Mozilla | Konqueror | Opera | Gtkhtml2 |
transparent PNG | Yes | No | Yes | Yes | Yes | Yes |
position:fixed | Yes | No | Yes | Yes | Yes | No |
positioning through left/right, top/bottom | Yes | No | Yes | Yes | Yes | No |
min-height, max-height | No | No | Yes | Yes | Yes | Yes |
text-decoration:blink | No | No | Yes | No | Yes | No |
empty-cells | No | No | Yes | Yes | No | No |
text-shadow | No | No | No | Yes | No | No |
background-image on input | Yes | Yes | Yes | No | Yes | No |
white-space:pre-line | No | No | No | Yes | No | No |
white-space:pre-wrap | No | No | No | Yes | Yes | No |
:before and :after | No | No | Yes | Yes | Yes | Yes |
xml mimetype | No | No | Yes | Yes | Yes | - |
text-decoration:blink is optional due to W3C. text-shadow has been removed in CSS 2.1, but is valid due to CSS 2.0.