January 14, 201115 yr Hey guys, anyone got any idea how to detect Netscape with an If like you would IE: <!--[if IE]> <link rel="stylesheet" type="text/css" href="iehacks.css" /> <![endif]--> I've found a lot on excluding a css file from Netscape ver.4 for example, and some odd bits of JavaScript, but is there an easy way to detect it like the above statment? I can't find one anywhere. Thanks for any help
January 14, 201115 yr Netscape has virtually fallen off the radar in recent years so I'd question whther it's worth it. https://developer.mozilla.org/en/browser_detection_and_cross_browser_support'>https://developer.mozilla.org/en/browser_detection_and_cross_browser_support might offer a few clues otherwise search https://developer.mozilla.org/ for help.
January 14, 201115 yr Author Netscape has virtually fallen off the radar in recent years so I'd question whther it's worth it. https://developer.mozilla.org/en/browser_detection_and_cross_browser_support'>https://developer.mozilla.org/en/browser_detection_and_cross_browser_support might offer a few clues otherwise search https://developer.mozilla.org/ for help. Yeah I read somewhere that the user base had fallen from 5% to about 1%, but litterally all it needs is an alter of a z-index or two, then it would work fine, if it were anything major I wouldn't bother. But thanks for the links, more helpful that what I could fine. Thanks BlueDreamer, appreciate it. +1
Create an account or sign in to comment