jsbin/public/css/ie.css
Michael Bragg 9499791ab2 Fix #homemenu icon not displaying in IE8
Issue #231

Create ```down-arrow.png``` and add overwrite for ```content:``` in ```.ie.css```
2012-07-20 16:41:58 +01:00

22 lines
335 B
CSS

div {
zoom: 1;
}
#library {
filter: alpha(opacity=0);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#control, .control, .help {
z-index: auto !important;
}
/**
* Overwrite unicode character with image
**/
.button-dropdown-arrow:after,
.fake-dropdown:after {
content: url(/images/down-arrow.png);
}