Welcome To Snipplr


Everyone's Recent Snippets Tagged ie



1 2 3 4 5 6 Next »
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 1016 posted 17 years ago by iTony
IE6 and before doesn't support :hover in CSS (except for anchors). You can use this script to make hovers work in IE. Just add the following line to your stylesheet (this assumes the path of the file -- you may need to change it to reflect your paths...
7 1414 posted 17 years ago by jonhenshaw
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 775 posted 17 years ago by Todd
0 636 posted 17 years ago by natalie
Clickable Form Labels for Safari and IE - prototype version
0 693 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 748 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 820 posted 17 years ago by 1man
3 788 posted 17 years ago by powerkan
2 512 posted 17 years ago by powerkan
1 629 posted 17 years ago by powerkan
2 657 posted 17 years ago by powerkan
This fixes a very annoying bug in IE by where when you scroll the page becomes corrupted. It relates to the way IE renders pages. This code places a null background image behind, making IE render the page differently. *note* This can also be plac...
5 831 posted 17 years ago by 1man
12 975 posted 17 years ago by masaya
A bug seems to occur when you add a negative margin to a list item in IE6. The background image applied to the list item gets repeated randomly and generally messes up. Add this little gem to your head to fix the problem. Remember to change the id ta...
11 912 posted 17 years ago by 1man
Hacer que la propiedad with se comporte como max-width en IE. El ejemplo sería el equivalente a poner un max-width de 800px Funciona con IE 5 y 6 (7 sin probar) Estaría bien usar comentarios condicionales para evitar problemas con otros naveg...
2 613 posted 17 years ago by sendoa
Detects the browser and its version.
99 7586 posted 17 years ago by MyKey_
1 2 3 4 5 6 Next »