Closed (fixed)
Project:
AddToAny Share Buttons
Version:
6.x-2.4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2010 at 17:21 UTC
Updated:
6 Mar 2010 at 15:50 UTC
Granted, ie6 is two versions old but there are still a lot of copies in use.
On our home page http://voteanimals.org/, where there are several instances of add to any, all instances behave properly. However, on any page where there is only a single instance, the add to any initially appears at the top of the page, ie, reports an error, and mousing over the a-t-a button causes the page to jump around. Try http://voteanimals.org/Think_Like_a_General-End_Animal_Suffering for an example.
I'm not seeing this problem on any other browser or ie version (surprise, surprise)
We're on Drupal 6.14.
Any help appreciated.
Comments
Comment #1
micropat commentedHi Bob,
This actually isn't an issue with AddToAny, but it is, of course, grumble, an IE problem.
I counted 30 CSS stylesheet requests on your single pages. As I learned here on Drupal, IE croaks at 31 stylesheets total (#387962: Stylesheets not loading for Internet Explorer 6, 7, and 8).
If you inspect, you won't see an external stylesheet request from AddToAny because the A2A stylesheet is packaged internally, within the JavaScript. That places the total # of stylesheet at 31.
Comment #2
druper commentedHmm. Profound insight. Thank you.
Any suggestions?
Comment #3
guitarma commentedIt's not just IE6, but also IE7. I'm having the exact same issues: css not properly displaying, the page jumping when I hover over my addtoany buttons, etc...
IE, why won't you place nice??
Comment #4
druper commentedMPat, that link was extraordinarily helpful. Aggregating CSS & JS (Administer / Site configuration / Performance: Bandwidth optimizations) took care of it immediately. I did clear the cache but it might have worked anyway.
Thank YOU!