Welcome To Snipplr


Everyone's Recent Snippets Tagged ie



1 2 3 4 5 6 Next »
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 3565 posted 19 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 2336 posted 19 years ago by Todd
0 1766 posted 19 years ago by natalie
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 2004 posted 19 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 2488 posted 19 years ago by 1man
3 2276 posted 19 years ago by powerkan
2 1607 posted 19 years ago by powerkan
1 1735 posted 19 years ago by powerkan
2 1854 posted 19 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 2698 posted 20 years ago by 1man
12 2471 posted 20 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 3536 posted 20 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 2058 posted 20 years ago by sendoa
Detects the browser and its version.
99 22016 posted 20 years ago by MyKey_
1 2 3 4 5 6 Next »