safari css hack only?
safari css hack only?
- Started
- Last post
- 3 Responses
- xrusos
looking to style an element only in safari... (but leave Firefox, IE, etc. alone)
can you point me to a link? strategy?
- heavyt0
there is always javascript to detect.
TR1
- xrusos0
hacks are bad enough. js detect is even worse though.
Thanks anyway.
- ********0
try googling "browser specific CSS" or "browser specific styles"
I had a problem once with padding in IE and Firefox, you want to avoid using hacks as you may need to redo the CSS when later versions of crappy browsers come out (notice the litigationAvoiding wording of that) the same may work with Safari,
I really don't know... but give it a try ;)