Welcome To Snipplr
Everyone's Recent Snippets Tagged ie
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Internet Explorer 7 under Windows XP Service Pack 3 has the Windows Registry "Reserved Value" 180D set that was not set before, which can cause a "Do you want to move or copy files from this zone?" prompt on moves or copies between Windows shares if...
1
1240
posted 14 years ago by karlhorky
If you don’t use this order, IE8-as-IE7 doesn’t apply the opacity, although IE8 and a pure IE7 do.
5
977
posted 14 years ago by vagrantradio
Note the special syntax:
* gt: greater than
* lte: less than or equal to
1
957
posted 14 years ago by c4ptivate
Any table with an attribute of align="left" also applies float:left in older versions of IE, this fixes it.
0
887
posted 14 years ago by vagrantradio
Fixes an issue if you have another login form on the page with a password field.
0
1067
posted 14 years ago by linusx
Apply an inline-block to all browsers, including IE6 and IE7.
0
762
posted 14 years ago by Meander365
Returns window size as object.
winsize.x = window width;
winsize.y = window height;
1
997
posted 14 years ago by djstaz0ne
The issue appears in various places, but likely has something to do with "having layout" and is typically seen as extra whitespace between <li> elements.
0
1144
posted 14 years ago by Jamie
HTML code for input buttons with background images and rounded corners. For cases when it is not possible to use Progressive Enhancement (ie. when you need to have rounded corners in IE6+). See Customized buttons under CSS for styles.
0
644
posted 14 years ago by jofan
CSS code for input buttons with background images and rounded corners. For cases when it is not possible to use Progressive Enhancement (ie. when you need to have rounded corners in IE6+).
See Customized buttons under HTML for markup.
0
599
posted 14 years ago by jofan
please let me know if you know of some others... just to complete the collection.
1
774
posted 14 years ago by c4ptivate
A way to do 100% DIVs that adjust to content and center themselves both vertically and horizontally automatically. Tested for all browsers at 1920X1080 resolution. The 96% body height fixes Firefox and IE scrollbars that appear without reason and mig...
1
876
posted 15 years ago by bryanlyman
Internet Explorer does not support a standards compliant way to create text shadows. Learn how to emulate the CSS3 feature with this jQuery plugin.
3
1273
posted 15 years ago by neal_grosskopf
The following is a list of any conditional comment you'd probably ever need for targeting any version of IE.
1
817
posted 15 years ago by benwasilewski