Welcome To Snipplr


Everyone's Recent CSS Snippets Tagged ie6



« Prev 1 2
0 1211 posted 14 years ago by juggernaut
0 1036 posted 14 years ago by fatihturan
0 2487 posted 14 years ago by takel
2 2536 posted 14 years ago by simondiercks
The code below will change the background-color of divs depending on what browser the user is viewing the web page under. Since * cascades down to IE7 and below, we use _ after that declaration so that IE6 (and below) has a different background color...
1 1649 posted 15 years ago by alozuldo
Any table with an attribute of align="left" also applies float:left in older versions of IE, this fixes it.
0 1349 posted 15 years ago by vagrantradio
0 1082 posted 15 years ago by 0range
3 1758 posted 15 years ago by jaff
For instances where you have an empty div that is less than about 10-15px in height. IE assumes it should contain something and allots room for text. I first found this on the webdeveloper.com forums. The fix here is ultimately the "font-size:0" d...
0 1136 posted 15 years ago by CDIDevs
0 1017 posted 15 years ago by kerpunk
Allows custom background images for submit buttons in ie6
1 1901 posted 15 years ago by flicity
In IE6 and IE7 when wrapping an anchor to the next line, the first anchor with the class="anchorClass" will not display the background image nor have the clickable padded area. In your IE6 & IE7 bugfixes CSS adding the property/value display:inlin...
0 2484 posted 16 years ago by Rogier
1 1694 posted 16 years ago by jmacgr
0 1163 posted 16 years ago by lexx
Accomplish min-width in IE6 using CSS and conditional comments, no need for expressions.
4 1547 posted 16 years ago by Ahrjay
2 1377 posted 16 years ago by PeteW
requires blank.gif (transparent 1px gif image)
1 2572 posted 16 years ago by gryzzly
0 1101 posted 16 years ago by davebowker
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 1428 posted 16 years ago by charmcitycoder
Since there are still many people using IE6, we have to cater for them :-( Anyway, this CSS statement shows a declaration for a PNG Logo. Most browsers will understand the first 5 lines. Sadly, IE6 will not be able to use the transparent PNG from l...
1 1282 posted 16 years ago by AshMan
X can be any numeric value.
1 1225 posted 16 years ago by BFTrick
In IE6 (+7?) the fieldset width doesn't automatically resize to fit the width of the parent container.
1 1093 posted 16 years ago by hotdiggity
For instances where you have an empty div that is less than about 10-15px in height. IE assumes it should contain something and allots room for text. I first found this on the webdeveloper.com forums. The kicker here for me was the "font-size:0"...
2 1604 posted 16 years ago by charmcitycoder
To remove that ugly added padding from submit buttons try this width:auto !important; seems to work for IE7
2 2002 posted 16 years ago by localhorst
1 1252 posted 16 years ago by josephfritz
0 1043 posted 16 years ago by joeymarchy
« Prev 1 2