Welcome To Snipplr


Everyone's Recent Snippets Tagged ie



Only tested in Safari 3, Opera 9.5 and Firefox 2 (all Mac OS) for now, but it should actually work. If you run into any problems, please provide some feedback.
2 676 posted 15 years ago by sidisinsane
0 503 posted 15 years ago by pollux
4 703 posted 15 years ago by alexvf
Internet Explorer (IE) 6 Bug
3 726 posted 15 years ago by bassdas
This rule lets you define CSS rules that are visible to IE only.
0 710 posted 15 years ago by Uzbekjon
“min-height” attribute works well in Firefox but IE ignores it. IE’s height act as FF’s min-height. Note: in IE 7 problem was fixed.
0 653 posted 15 years ago by Uzbekjon
It’s an Internet Explorer-exclusive bug wherein an element that is floated – and given a margin in the same direction as the float – ends up with twice the specified margin size. The fix is extremely simple. All you have to do is apply a displa...
2 718 posted 15 years ago by Uzbekjon
Change #floatbox and p selectors to anything you want...
0 731 posted 15 years ago by Uzbekjon
This handy trick works in IE5.5/Win and newer. It assumes that the default printer orientation is portrait.
1 860 posted 15 years ago by localhorst
IE can't handle [ option disabled="disabled" ] tags, so this htc will help
0 816 posted 15 years ago by localhorst
Bugfix/Lösungsvorschlag: Es ist offensichtlich, dass die Zelle mit der ID cell3467 und dem definierten "margin-right: 3.09%" falsch berechnet wird - nämlich mit realen 16 Pixeln anstatt 8 - und auf den obersten Basis-Wert der "DIV width" zurück...
1 694 posted 15 years ago by bassdas
I've been using this little gem of a snippet for a few years, and it's never failed me.
1 608 posted 15 years ago by bmayzure
Note that the comment is part of the code here. IE 5+ (including Mac) will evaluate to true by using conditional compilation.
0 619 posted 16 years ago by cczona
IE7 and IE8 support “No Add-ons Mode,” a troubleshooting mode. When you run IE this way, no 3rd party code runs... You can start No Add-ons Mode in a few ways: (To exit No Add-ons Mode, simply close that browser window.)
0 649 posted 16 years ago by cczona
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 1013 posted 16 years ago by neal_grosskopf
1 567 posted 16 years ago by frakim
will make the container expand with the text.
1 549 posted 16 years ago by LukeLarsen
2 781 posted 16 years ago by xalexx
Use this for background images. Put it in conditional comments in the head of your doc.
3 743 posted 16 years ago by shellydennison
Fix probleme de transparence avec le background sous iE. Pour "crop" ou "image".
1 742 posted 16 years ago by frakim
From the TextMate HTML bundle
1 599 posted 16 years ago by heinz1959
1 461 posted 16 years ago by penguin999
The selector portion of the CSS rule targets which XHTML tags/classes this rule will be applied to. At first glance, it looks like all img tags as well as all tags with a class of "png". You’ll notice the * html in front of both of these. Wait, the...
15 1994 posted 16 years ago by jonhenshaw
JS Fix for IE6 background image flickering on mouseover's
2 771 posted 16 years ago by brentg
4 768 posted 16 years ago by andrewbowley
To use css which will only be applied if the browser is IE.
0 648 posted 16 years ago by valcartei
I post,hopefully soon, one cross browser "add to bookmarks". This works ONLY for IE.
2 588 posted 17 years ago by isaac
One notorious discrepancy between IE and Firefox (or other "good" browsers) is the way they access the class HTML attribute. While I've used more complicated solutions in the past, this simple solution doesn't require any browser detection or even a...
2 796 posted 17 years ago by Todd
This is an excellent solution for fixing IE 6's inability to display transparent PNGs correctly. Step 1: Include the following conditional comment the HEAD area of your document. You will need to update the CSS selector and also the path to wheree...
13 1109 posted 17 years ago by jonhenshaw