Browser Detection with Conditional Comments
A very common operation when designing Web pages is to detect the browser type and browser version. This is called browser detection and is used to make sure that what is presented to the browser is compatible and handeld correctly.
There are many different methods to detect what browser a user have. The majority of these methods use either client-side or server-side scripts.
Conditional comments is a script-free client-side alternative to the more common scripted browser detection methods.
Continue Reading 10 comments March 9th, 2006




