This is the supplementary link collection for the Guide to Web Design.
twenty three
CSS 3 has been defined but currently it is only supported in parts by only a few browsers (guess, which one is not supporting any CSS3). Therefore the following links will be interesting only in the future.
]vertcenter
According to Stefano's Linotype the following code makes IE6 and IE7 behave just like IE8. I did not yet test it, but it sounds too good to be real. You can "include" those JavaScripts within the head section of your document:
<!--[if lt IE 7]><script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script><![endif]--> <!--[if lt IE 8]><script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js" type="text/javascript"></script><![endif]-->
Of course, including foreign code has it's disadvantages; You give away control and you don't know, what the script is doing to your web site. On the other hand, your page can be quite messed up, if they change things. It is best to download the scripts and host them on your own web space.
#css
]css specificity