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 1257 posted 18 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 1530 posted 18 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 1273 posted 18 years ago by Todd
Clickable Form Labels for Safari and IE - prototype version
0 1092 posted 18 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 1195 posted 18 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 1296 posted 18 years ago by 1man
3 1253 posted 18 years ago by powerkan
2 918 posted 18 years ago by powerkan
Detects the browser and its version.
99 12774 posted 19 years ago by MyKey_
1 2 Next »