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 993 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 1382 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 760 posted 17 years ago by Todd
0 621 posted 17 years ago by natalie
Clickable Form Labels for Safari and IE - prototype version
0 677 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 727 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 800 posted 17 years ago by 1man
3 765 posted 17 years ago by powerkan
2 495 posted 17 years ago by powerkan
1 607 posted 17 years ago by powerkan
2 637 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 813 posted 17 years ago by 1man
12 934 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 890 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 597 posted 17 years ago by sendoa
Detects the browser and its version.
99 7345 posted 17 years ago by MyKey_
1 2 3 4 5 6 Next »