Page 1 of 1

Conditional comments of IE

PostPosted: Wed Aug 19, 2009 10:16 pm
by finoy
Different browsers support different tags/ scripting features, and as webmasters, the challenge for many of us has always been on how to incorporate and make use of these various features while at the same time taking browser degradability into consideration.

Well, IE (starting in IE5+ to be exact) offers a unique solution to this whole content degradability matter that is, in our opinion, truly revolutionary, both in its ease of implementation, and versatility. Called Conditional Comments (CC), it was love at first sight for us. Ok, time to stop the rumbling, and start talking.


2. Conditional comment examples

<!--[if lt IE 7]>
<script type="text/javascript" src="js/minmax.js"></script>
<![endif]-->


For More Example...

Re: Conditional comments of IE

PostPosted: Wed Aug 19, 2009 10:48 pm
by prasanth
This is great! I'm sure this will be very helpful to all developers!

Thanks sharing it here Finoy!