edtalmadge / Agile-Carousel

JQuery Slideshow/Carousel Plugin
http://www.agilecarousel.com
150 stars 105 forks source link

IE: decreased text quality #2

Open dvrhijn opened 13 years ago

dvrhijn commented 13 years ago

HTML text becomes ragged looking in IE when rendered with the images. Seems to be related to famous IE opacity filter bug.

http://bytes.com/topic/html-css/answers/847972-ie-opacity-filter-decreases-text-quality

Got around it by set "filter" : "none" in the css of current_slide in de fade_complete function, line 516

jquery-1.5.1 jquery-ui-1.8.13