Welcome To Snipplr


Everyone's Recent CSS Snippets Tagged ie



« Prev 1 2 3
rather annoying issue that I encountered and spent too much time researching - the relevant IE fix is in all caps
1 2716 posted 13 years ago by felicemente
IE not interpreting text-indent on submit buttons ? How it works Let’s see how it works. font-size:0 is used to reduce the font size and works well in IE7. But even after adding this line, you would notice a black line(which is basically the t...
0 2460 posted 14 years ago by kiroweb
0 1455 posted 14 years ago by raz
0 2234 posted 14 years ago by a1ias
HTML should look like this: <div> <p>Lorem ipsum here</p> </div> <div> <img> </div>
0 2341 posted 14 years ago by a1ias
0 2167 posted 14 years ago by a1ias
Well, many of you are used to just replace the lack of min / max width / height for IE with fixed dimensions, right? But you don’t need to do it anymore. IE is not a strict standards browser and sometimes we can take advantage of this to code thing...
0 2373 posted 14 years ago by a1ias
Enables you to easily select older version of CSS by class rather than having a seperate CSS file for each version of IE.
0 2301 posted 14 years ago by plesh
0 2117 posted 14 years ago by a1ias
0 1192 posted 14 years ago by track02
2 1655 posted 14 years ago by DADU
0 1044 posted 14 years ago by fatihturan
IE7 by default uses an image resizing algorithm that means that scaled down images can look far from awesome. To solve this, we simply enable a much better resizing algorithm that is available in IE7 that produces results similar to what you’d expe...
0 1150 posted 14 years ago by paul66
Textareas in IE have vertical scrollbar visible by default. If you want those removed (I know I do) use this line.
0 1227 posted 14 years ago by blueocto
0 1238 posted 15 years ago by jschlick
0 1140 posted 15 years ago by jschlick
2 1427 posted 15 years ago by polly42
You’ve now told the HTML web page that is linked to this CSS document to display the nav_bar list as inline-block – or in a single, horizontal row. The first problem: IE6 and IE7 don’t recognize it, so you need to add something that only they...
1 1028 posted 15 years ago by fatihturan
Needs to be set on every element.\r\nimg.png needs to point to background
0 1148 posted 15 years ago by reynish
This will fix all embeded PNGs. this.src = "img/spacer.gif" Needs to point to a 1x1 transparent GIF or you'll get an Image not found icon in the corner of the PNGs.
0 1170 posted 15 years ago by reynish
0 1431 posted 15 years ago by jaff
[via rtcrm]
0 1072 posted 15 years ago by mennyj
If you don’t use this order, IE8-as-IE7 doesn’t apply the opacity, although IE8 and a pure IE7 do.
5 1658 posted 15 years ago by vagrantradio
Any table with an attribute of align="left" also applies float:left in older versions of IE, this fixes it.
0 1364 posted 15 years ago by vagrantradio
0 1094 posted 15 years ago by 0range
0 1151 posted 15 years ago by silverius
Apply an inline-block to all browsers, including IE6 and IE7.
0 1152 posted 15 years ago by Meander365
1 1324 posted 15 years ago by mdrisser
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 1688 posted 15 years ago by Jamie
« Prev 1 2 3