I've created a wonderful front page for IE6, composed of 4 panels, three of them are views_slideshows - take a look at http://shopil.co.il.

However, in IE6, the mouse cursor is crazily blinking between the hourglass and the regular pointer. So, my customer asked me to find a solution or remove the views_slideshow effect alltogether.

Any ideas? Please help...

Amnon
-
Professional: Drupal Israel | Drupal Development & Consulting | Eco-Healing | Effective Hosting Strategies | בניית אתרים
Personal: Hitech Dolphin: Regain Simple Joy :)

Comments

druvision’s picture

The cursor blinking occurs when one slide fades to the next. It seems that the fade effect needs improvement for IE6 compatibilty.

I tried to add the following line to views_slideshow.js:

$('body').css('cursor', 'default');  

But where to put it?

druvision’s picture

Title: Blinking hourglass cursor on IE6 » fade effect - stop the blinking hourglass cursor on IE6
Priority: Critical » Normal

As a temporary solution, I've disabled the fade effect.

druvision’s picture

For the meanwhile I've moved my site to another module - http://drupal.org/project/views_ticker - which provides better IE6 compatibility.

redndahead’s picture

Status: Active » Fixed

Marking as fixed. If anyone still sees this in 6.x-2.x please feel free to reopen this issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.