Web Development Blog

by Ei Sabai Nyo

19 Feb, 2009

Conditional IE Comments (to detect IE browser / IE browser version)    

Code:
<!--[if IE 6]>
Internet Explorer 6
<![endif]-->

<!--[if IE 7]>
Internet Explorer 7
<![endif]-->


<!--[if lt IE 7]>
A version of Internet Explorer which is older than 7
<![endif]-->

<!--[if gt IE 6]>
A version of Internet Explorer which is newer than 6
<![endif]-->

<!--[if gte IE 7]>
A version of Internet Explorer which is 7 and above (IE 7, IE 8, etc)
<![endif]-->

Usage:
These comments can be put inside <head> section to load appropriate css/javascript files or inside <body> to display appropriate text.

Example:

<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/style-ie.css" />
<![endif]-->

The above code ensures that style-ie.css file (css override for IE) is loaded only for IE browsers.

Love what you've just read? Subscribe to our newsletter to receive tips, resources and special offers related to web development & design.
Your name:   Your email:  

One Response to “Conditional IE Comments (to detect IE browser / IE browser version)”

  1. установка настенного газового котла says:

    ценно , отзывы отстой

Profile PicHello! Welcome to Web development blog! My name is Ei Sabai and on this blog, I write about web development, mobile app development, latest web technologies and the likes. Read more about me or have a look at some of the tips & resources I've written.
Subscribe to our newsletter to receive tips, resources and special offers related to web development & design.
We do NOT spam.
Your name:  
Your email:  

Tips & Resources

Tips & Resources
WordPress Web Hosting
Recommended web hosting providers for WordPress 3.0
iPhone Native App Development
Important steps into iPhone app development for beginners
iPhone Web App Development
Tips for iPhone web app development
Coupons for Web Developers
Get discounts on web hosting, domain names, templates, etc
10 Useful jQuery Snippets
Easy-to-use jQuery snippets for any website
HTML Email Newsletter
Step-by-step tutorial on how to code an HTML email newsletter
  • bluehost Hosting $6.95/month
  • Joomla Templates

Recommended Book

Categories