The animated gif seems to not animate using IE6 or IE7. I have directed the browsers to the actual location of the files (http://www.example.com/sites/all/modules/slowtell/loading_animation.gif) and it loads and animates just fine in IE, but when you are using the module to display, it just shows img with no animation.
Also I noticed in IE6 the placement of Loading txt and gif is off. It loads in the title area of the page instead of the 40% region you have it set to load in.
Comments
Comment #1
garthee commentedIE stops all executions once page loading is started, and hence all animations stops. Could you attach a screenshot for IE6 where output location wasn't correct?
Comment #2
ramndump commentedI have attached both a copy of firefox and IE6 img to notice the difference in the LOADING... positioning on the screen. I tested in IE 7 and positioning is correct on the page. Problem appears to be only IE6
Comment #3
christiaan_ commentedI had a problem with the GIF not animating in IE8.
After some searching I found this solution.
It 'restarts' the GIF with a delay and adds a timecode to the GIF file which forces IE to refresh the GIF. It seems to sort out the IE display issue.
I inserted this into slowtell.js at line 21 in the 'initon' function :
my slowtell.js 'initon' function line 20-32 now reads like this :
and changed the slowtell.module file at line 211 from :
. '<img src="'.$image.'" class="slowtell_image" />'and change it to a ID not a CLASS.
. '<img src="'.$image.'" id="slowtell_image" />'This seems to work on Firefox 3, Safari 4 and IE 8