You are here: irt.org | About | Feedback | 1332 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q662
Sent by
Stephen Cunliffe on June 08, 2000 at 00:14:59:
Worth:
Very worth reading
Comments:
JavaScript Q662
Line 2) if (navigator.appName == "Navigator")
Should be...
Line 2) if (navigator.appName == "Netscape")
I used this script, to give <LINK> tags to separate CSS sheets, based on each browser... cause, as you know, they treat CSS a whole lot differently, but I still only want to edit 1 file, not bloat my pages with an extra set of 200 tags... each!