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 1203 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 1637 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 955 posted 17 years ago by Todd
0 780 posted 18 years ago by natalie
Clickable Form Labels for Safari and IE - prototype version
0 851 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 919 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 1012 posted 18 years ago by 1man
3 962 posted 18 years ago by powerkan
2 675 posted 18 years ago by powerkan
1 785 posted 18 years ago by powerkan
2 833 posted 18 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 1023 posted 18 years ago by 1man
12 1166 posted 18 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 1122 posted 18 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 764 posted 18 years ago by sendoa
Detects the browser and its version.
99 10793 posted 18 years ago by MyKey_
1 2 3 4 5 6 Next »