Tip (was Re: [thelist] Toronto Beervolt)

Craig Saila crsaila at yahoo.ca
Mon Feb 11 12:20:01 CST 2002


<tip type="Conditional Comments" author="csaila">
Microsoft's Internet Explorer 5 and higher on Windows has a built-in
browser detection method called Conditional Comments.
<http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp>
If you need to serve code to just one version of the the browser, this
can be quite useful, for example:
<!--[if lt IE 5.5000]>
<style>
Should only appear in IE under version 5.5, and higher than 4.
</style>
<![endif]-->
</tip>

--
Cheers,

Craig Saila
------------------------------------------
craig at saila.com  :  http://www.saila.com/
------------------------------------------



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




More information about the thelist mailing list