Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Moving Boxes issue with IE9

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #41083
    promasaj
    Member

    I’m having problems with Moving Boxes, but only when using IE9. Everything works fine with IE7, IE8, Firefox, Chrome, Opera and Safari. When using IE9, it seems as if the js file simply doesn’t kick in. All li panes are visible at the same time.

    Can anyone help me solve this problem?

    The site is here.

    Thanks in advance!

    #116015
    promasaj
    Member

    I should’ve mentioned – it’s on home page, Testimonials section. BTW, it works fine when you first load the page, but if you reload it or navigate anywhere else on the site and then return to the home page, it’s broken, all panes show in a vertical line, one below the other.

    #116065
    Mottie
    Member

    Hmm, that is odd. I think changing the document load to window load will fix this issue though:

    jQuery(window).load(function() {
    jQuery(‘#sliderTest’).movingBoxes();
    });

    #116071
    promasaj
    Member

    OMFG… And I’ve spent 2 days trying to figure it out… Thank you so very much, this works like a charm!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.