Tagged Questions
1
vote
5answers
10k views
Detect IE8, IE7, Safari, FireFox with jQuery 1.3+?
I need to change a value based on each browser since they all render differently.
if (navigator.appName == 'Netscape'){
top = 17;
}
This was working but unfortunately both Firefox and Safari show ...