Information
The above text is generated using just conditional comments. There is no CSS, javascript, PHP or any other programming language involved.
This is just a demonstration of how Internet Explorer's conditional comments can be used to identify non-IE browsers and serve them with markup that will be hidden from Internet Explorer.
I have used this method in my most recent version of the CSS only dropdown menu.
The xhtml
The xhtml code for the normal conditional comments is straightforward as set out by Microsoft.
<!--[if IE]> <h1>You are using Internet Explorer</h1> <![endif]--> <!--[if IE 5]> <h1>Version 5</h1> <![endif]--> <!--[if IE 5.0]> <h1>Version 5.0</h1> <![endif]--> <!--[if IE 5.5]> <h1>Version 5.5</h1> <![endif]--> <!--[if IE 6]> <h1>Version 6</h1> <![endif]--> <!--[if IE 7]> <h1>Version 7</h1> <![endif]-->
I have found that the following code will allow you to target non-IE browsers
<!--[if !IE]><!--> <h1>You are NOT using Internet Explorer</h1> <!--<![endif]-->
..and finally to target non-IE and a specific IE browser
(or any combinations using lte lt or gt gte).
<!--[if IE 6]><!--> <h1>You are using EITHER Internet Explorer version 6<br /> OR a non-IE browser</h1> <!--<![endif]--> <h1>You are using
<!--[if IE 6]>IE6 and not <!-->
a non-IE browser
<!--<![endif]--></h1>
Copyright
You may use this method on your personal 'non-profit' web site without seeking my permission. A link back to CSSplay is always appreciated.
Commercial usage is also permitted without seeking approval, but I would ask that a donation is considered to support my work on CSSPlay.
If you are having problems integrating any of my demonstrations into your website then I now offer a service to fault find and correct any errors that you may have introduced. Please email me for more information.
Recommended Sites
- Free layouts and more - Myspace
- Complete travelguide to Phuket
- The Hotfix forum for windows
- UK Game Server Hosting
- Host Color
Web Hosting for 30 Websites - Web design in Dorset
Bournmouth based web design agency - web hosting, dedicated servers
web reseller, managed servers - pay as you go e-commerce
Build your own SEO friendly webshop - Software Downloads, Dhtml Scripts Dynamic Html, Software Downloads







