Welcome To Snipplr


Everyone's Recent JavaScript Snippets Tagged ie



1 2 Next »
One notorious discrepancy between IE and Firefox (or other "good" browsers) is the way they access the class HTML attribute. While I've used more complicated solutions in the past, this simple solution doesn't require any browser detection or even a...
2 796 posted 17 years ago by Todd
In IE5 and IE6 the transparancy in PNG images won't happen at all, so this would fix it. This might come really useful while we are in the era of switching to better standard-friendly browsers.
7 1004 posted 17 years ago by iTony
In Internet Explorer, it's a well-known issue that tags are rendered above other layers and things like drop-down menus. This fix is specifically for the "Son of Suckerfish" drop-down menus (see URL), which are entirely CSS-based (JS is needed only...
1 765 posted 17 years ago by Todd
Clickable Form Labels for Safari and IE - prototype version
0 687 posted 17 years ago by dertimbo
A useful but often overrated JavaScript function is the browser detect. Sometimes you want to give specific instructions or load a new page in case the viewer uses, for instance, Safari. Copy this script into your JavaScript files. It works immedi...
1 739 posted 17 years ago by jonhenshaw
Stop the background image flickering on IE by including this code in the header of your page. See link for more information.
2 809 posted 17 years ago by 1man
3 778 posted 17 years ago by powerkan
2 507 posted 17 years ago by powerkan
Detects the browser and its version.
99 7494 posted 17 years ago by MyKey_
1 2 Next »