Posts tagged as ' Basics ' ...

09 Jan 2010 @ 12:14 AM 

Hello

This post may be something very common and very known, however not everyone knows these, so this post may be useful to someone.

Here is an entire list for this

<!--[IF IE 6]> < ![endif]--> this means that everything between those will only be loaded/visible by Internet Explorer 6
<!--[IF lte/lt/gte/gt IE 6]> < ![endif]--> this means that depending on the legend it will load things like
<!--[IF !IE]>--> <!--<![endif]--> this means that all versions of IE will NOT READ the code between those 2
 lines. This is extremely useful when you try to load specific information and u do not want IE to load it, but
 all the other browsers to load said that information. for example
<!--[IF !IE]>--> THIS LINE WILL NOT BE READ BY IE BROWSERS <!--<![endif]-->

+ Continue Reading This Article

Posted By: Dinulescu Alexandru Adrian

Last Edit: 09 Jan 2010 @ 12:18 AM

EmailPermalinkComments (0)