Welcome To Snipplr


Everyone's Recent Snippets Tagged ie



0 1349 posted 17 years ago by pollux
4 1929 posted 17 years ago by alexvf
Internet Explorer (IE) 6 Bug
3 2050 posted 17 years ago by bassdas
This rule lets you define CSS rules that are visible to IE only.
0 1721 posted 17 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 1684 posted 17 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 1918 posted 17 years ago by Uzbekjon
Change #floatbox and p selectors to anything you want...
0 1816 posted 17 years ago by Uzbekjon
This handy trick works in IE5.5/Win and newer. It assumes that the default printer orientation is portrait.
1 2070 posted 17 years ago by localhorst
IE can't handle [ option disabled="disabled" ] tags, so this htc will help
0 2144 posted 18 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 1740 posted 18 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 1515 posted 18 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 1651 posted 18 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 1645 posted 18 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 2288 posted 18 years ago by neal_grosskopf
1 1521 posted 18 years ago by frakim
will make the container expand with the text.
1 1559 posted 18 years ago by LukeLarsen
2 1863 posted 18 years ago by xalexx
Use this for background images. Put it in conditional comments in the head of your doc.
3 2017 posted 18 years ago by shellydennison
Fix probleme de transparence avec le background sous iE. Pour "crop" ou "image".
1 2009 posted 18 years ago by frakim
From the TextMate HTML bundle
1 1519 posted 18 years ago by heinz1959
1 1365 posted 18 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 8582 posted 18 years ago by jonhenshaw
JS Fix for IE6 background image flickering on mouseover's
2 1887 posted 18 years ago by brentg
4 2092 posted 18 years ago by andrewbowley
To use css which will only be applied if the browser is IE.
0 1725 posted 18 years ago by valcartei
I post,hopefully soon, one cross browser "add to bookmarks". This works ONLY for IE.
2 1477 posted 19 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 2105 posted 19 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 3724 posted 19 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 2521 posted 19 years ago by iTony