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.
CSS play Recommend
- Myspace layouts and counter
Lyrics, polls, images & backgrounds -Free! - Web Banner Design
Unique designs from $20 - SEO
Free SEO Analysis From SEO Consult - web designer
- Website Design
- Register Domain Name
- Pretronics UK
Pre Press Servicing - Web Hosting
Plans start at only $2.99/month - Northstar Hire
Pre book private car hire, Gloucester UK - www.thai.se
Thailand guide - wholesale
- SEO
- Phuket guide
A complete guide to Phuket - Leading digital agency
Search & social experts to increase traffic - Online PR-Portal Social Media News
Our Press releases you can read on OA News





