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 1128 posted 16 years ago by sidisinsane
0 863 posted 16 years ago by pollux
4 1098 posted 16 years ago by alexvf
Internet Explorer (IE) 6 Bug
3 1141 posted 16 years ago by bassdas
This rule lets you define CSS rules that are visible to IE only.
0 1133 posted 16 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 1097 posted 16 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 1119 posted 16 years ago by Uzbekjon
Change #floatbox and p selectors to anything you want...
0 1106 posted 16 years ago by Uzbekjon
This handy trick works in IE5.5/Win and newer. It assumes that the default printer orientation is portrait.
1 1330 posted 16 years ago by localhorst
IE can't handle [ option disabled="disabled" ] tags, so this htc will help
0 1361 posted 17 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 1088 posted 17 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 956 posted 17 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 1032 posted 17 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 1082 posted 17 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 1468 posted 17 years ago by neal_grosskopf
1 939 posted 17 years ago by frakim
will make the container expand with the text.
1 915 posted 17 years ago by LukeLarsen
2 1188 posted 17 years ago by xalexx
Use this for background images. Put it in conditional comments in the head of your doc.
3 1163 posted 17 years ago by shellydennison
Fix probleme de transparence avec le background sous iE. Pour "crop" ou "image".
1 1143 posted 17 years ago by frakim
From the TextMate HTML bundle
1 954 posted 17 years ago by heinz1959
1 818 posted 17 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 3544 posted 17 years ago by jonhenshaw
JS Fix for IE6 background image flickering on mouseover's
2 1206 posted 17 years ago by brentg
4 1198 posted 17 years ago by andrewbowley
To use css which will only be applied if the browser is IE.
0 1093 posted 17 years ago by valcartei
I post,hopefully soon, one cross browser "add to bookmarks". This works ONLY for IE.
2 943 posted 18 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 1244 posted 18 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 1783 posted 18 years ago by jonhenshaw