- jQuery Cycle Plugin : white background in IE (any version)
- $(document).ready(function() {
- $('#your_div_id').cycle({
- fx: 'fade',
- cleartypeNoBg:true
- });
- });
- background: transparent;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808ED557,endColorstr=#808ED557);