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

micropat’s picture

Category: bug » support

Hi 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.

druper’s picture

Hmm. Profound insight. Thank you.

Any suggestions?

guitarma’s picture

It'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??

druper’s picture

Status: Active » Fixed

MPat, 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!

Status: Fixed » Closed (fixed)

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