Log in

View Full Version : Seperate code for IE



d-machine
06-22-2009, 01:19 PM
Hi,

I have one page in my site, and i want to have a different code for its visitors from Internet explorer.

I know there is something called "Conditional Comments" but I don't know how to use it in order to have copletely different code for Internet explorer..

Thank you :)

bluewalrus
06-22-2009, 01:33 PM
These might help:

http://msdn.microsoft.com/en-us/library/ms537512(VS.85).aspx
http://www.quirksmode.org/css/condcom.html
http://www.javascriptkit.com/howto/cc2.shtml

MrGimp
06-24-2009, 02:46 AM
Whats the professional opinion on using this as opposed to javascript if statements?