I need to detect IE6 in order to work around the lack of position:fixed. I\'ve been using a simple regex:
Is there any way to detect which windows XP theme is in use? I suspect that there is no specific api call you can make, but you may be able to figure it out by checking something on some DOM element,
How would I go about doing a detect to see if the browser is either firefox, ie (but not ie6), opera开发者_运维百科, chrome or safari by using feature detection?Feature detection is not supposed to te
When researching JavaScript conditional comments for IE, I stumbled upon @cc_on.This seems to work.However, the wikipedia entry on conditional comments provides the following code for more robust IE d