Welcome To Snipplr
Everyone's Recent Snippets Tagged ie
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
and check out http://code.google.com/chrome/chromeframe/developers_guide.html#Detecting_Google_Chrome_Frame
0
762
posted 15 years ago by mware1205
IE adds a vertical scrollbar to textarea input fields regardless of the height of content in it. You can fix that with this simple CSS trick.
2
903
posted 15 years ago by paulgrenwood
XHTML 1.0 Strict deprecates the use of iframes in favor of objects. While this has gotten a lot of flack, iframes were never truly a part of HTML, just a proprietary element in Internet Explorer that eventually got universal support. Objects are a mo...
0
959
posted 15 years ago by chrisdpratt
I grabbed this code from here in order to make IE 8 behave like IE 7 for me. It sure is a heck of a lot easier than going back through all the CSS on every site I've ever done. Just drop it in the header, hopefully you have a header include.
4
870
posted 15 years ago by takonia
Now you can write IE specific styles in a regular stylesheet, by prefacing the CSS selectors with body.ie
2
872
posted 15 years ago by jessibird
A wrapper may be made to enclose the content of a page, and then you can write descendant CSS rules that mention that wrapper's ID or class name in the selector. But what if only IE thought that wrapper existed? Then those rules would only work for I...
4
850
posted 15 years ago by Meander365
*IE7 sometimes complains that a JavaScript script is running too slow and asks the user whether they want to terminate it or continue.
*To get rid of this annoying popup a few changes need to be made to the registry.
*ref: http://www.itwriting.com...
0
839
posted 15 years ago by stoyan
how to link ie only stylesheets and stylesheets by generation of ie
2
908
posted 15 years ago by thesmu
Fixes and fallbacks for IE for [my reset stylesheet](http://snipplr.com/view/16353/ "DzR Full CSS Reset"). Actually two separate stylesheets: one for IE in general and one for IE6 specifically.
[Part I](http://snipplr.com/view/16353/ "DzR Maste...
0
738
posted 15 years ago by wizard04
Memory leakage in IE6/7 if the event handlers are not purged before deleting an element.
0
785
posted 15 years ago by iTony
Assign this class to any element that needs to have layout (hasLayout=true) and it will get it. ...with the style placed inside IE conditional comments, it will be ignored by the validator, which removes the only obstacle to using zoom:1 - which has...
2
739
posted 15 years ago by jessibird
you can use this function for ie javascript bug. Ä°t is switchin display with javascript
0
756
posted 15 years ago by Thresh
Thanks to perishablepress.com for this. Below is an example for ie6 max-height.
From their site:
"This method has been verified in IE6 and should also work in IE5. Simply change the values to suit your needs (code commented with explanatory notes...
1
923
posted 15 years ago by charmcitycoder
To remove that ugly added padding from submit buttons try this
width:auto !important; seems to work for IE7
2
1117
posted 15 years ago by localhorst
A little bit of browser detection and some functions to get the viewport height and width, crossbrowser.
1
1598
posted 15 years ago by ShiftyP
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
674
posted 15 years ago by wizard04
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
1079
posted 15 years ago by haxd
Fortunately there are a couple of workarounds which are also explained in this article at Position Is Everything:
1
594
posted 15 years ago by dvdrtrgn