Welcome To Snipplr


Everyone's Recent Snippets Tagged ie6



1 2 3 Next »
There are several fixes out there that work in different ways, but none of them are perfect (especially regarding background images). Here's a list of the ones I've found that work reasonably well—try them out to find one that works for your w...
0 522 posted 15 years ago by wizard04
1 720 posted 15 years ago by ginoplusio
If you've ever been frustrated at fixing multiple double margin / duplicate character bugs in your page, using this handy jQuery snippit, you can wipe them away instantly! This code requires the latest version of jQuery.
3 895 posted 15 years ago by haxd
6 765 posted 15 years ago by AlexWolfe
Should also work in IE6 because of the filter
5 750 posted 15 years ago by 1man
1 716 posted 15 years ago by conspirator
En IE6 el min-height se reemplaza en realidad con height, porque por un error de Explorer tiene exactamente el mismo efecto. Este código hace que la caja tenga 700px de mínimo tanto para FF como para IE6.
0 581 posted 15 years ago by demixo
Content may disappear on window resize in IE6/Maxthon, when using expressions to set min-width/max-width. To fix it - just remove 'position:relative' in #container.
0 434 posted 15 years ago by DesTincT
à utiliser avec 3 fichier .js
0 649 posted 15 years ago by frakim
Serve your xhtml pages correctly with this script and xsl file. Most websites serve their xhtml pages as text and not xml to Internet Explorer. With this it will serve to IE as xml. Your sites will be more valid because they will validate against the...
1 1014 posted 16 years ago by neal_grosskopf
Getting SuperSleight running on a page is quite straightforward, you just need to link the supplied JavaScript file into your document inside conditional comments so that it is delivered to only Internet Explorer 6 or older.
3 932 posted 16 years ago by jonhenshaw
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 1008 posted 17 years ago by iTony
paste above in HEAD tag
1 590 posted 17 years ago by clapfouine
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 1402 posted 17 years ago by jonhenshaw
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 743 posted 17 years ago by jonhenshaw
1 2 3 Next »