Problem in IE (all versions) with background-image
sinasquax - October 11, 2009 - 12:23
| Project: | Rotor Banner |
| Version: | 6.x-2.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
In addition to http://drupal.org/node/439154 and http://drupal.org/node/495558, i still have a bug with background-image in all version of IE.
I have corrected it by replacing in rotor.js at line 24 :
timeout: settings.time * 1000,
by
cleartypeNoBg: true,
timeout: settings.time * 1000,

#1
Did you try with the latest -dev snapshot which incorporates the fix from the other tickets you mentioned?
#2
Yes and it doesn't works.
I must add clearTypeNoBg: true for avoiding this bug
#3
I'm just not too clear on the use of that property and weather or not it should be included by default, or provided as a configurable option to the user. Will having the enabled affect any other browsers in a negative way? I just wonder why the default for it is false in the jQuery Cycle library...
#4
I found this issue http://drupal.org/node/443598 if you want more informations