Welcome To Snipplr
Everyone's Recent Snippets Tagged ie
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
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
895
posted 15 years ago by sidisinsane
This rule lets you define CSS rules that are visible to IE only.
0
890
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
846
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
902
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
1064
posted 16 years ago by localhorst
IE can't handle [ option disabled="disabled" ] tags, so this htc will help
0
1061
posted 16 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
863
posted 16 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
770
posted 16 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
798
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
840
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
1217
posted 16 years ago by neal_grosskopf
Use this for background images. Put it in conditional comments in the head of your doc.
3
946
posted 16 years ago by shellydennison
Fix probleme de transparence avec le background sous iE. Pour "crop" ou "image".
1
913
posted 16 years ago by frakim
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
2932
posted 17 years ago by jonhenshaw
I post,hopefully soon, one cross browser "add to bookmarks". This works ONLY for IE.
2
744
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
997
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
1381
posted 17 years ago by jonhenshaw