Is it possible to turn off (or hide) the jQuery elements if the user’s browser is Safari?
Basically I’m using jquery drop shadow and it doesn’t play nice in Safari, but it works well on the other browsers. I’d like to keep the effect, but have it turned off (or hidden) in Safari.. Is this possible?
Errr, what’s the issue you’re seeing with shadows? as they were first implemented in safari it seems surprising that that is the browser that you’re seeing problems with. What specifically are you doing?
(and as Paolo said — browser sniffing is a really really bad idea)