Results 1 to 7 of 7

Thread: accordion behaviour in IE

  1. #1
    User
    Join Date
    09-15-09.
    Location
    Netherlands
    Posts
    37

    Default accordion behaviour in IE

    Hi,

    I searched in several topics but couldn't find anything related to it yet. But am I the only one that if Mootools is being set to "closed_all" or whatever setting (exept the "- " setting offcourse) the accordion always stretches out completeley before closing it all in IE8 or less versions. FF and other browsers listen well to the settings.
    I am using the start and stop variation of the accordion.
    Anyone any ideas?

    Regards Attila

  2. #2
    Experienced user
    Join Date
    06-10-09.
    Location
    Atlanta, Georgia
    Posts
    611

    Default Re: accordion behaviour in IE

    Attila,

    I do not fully understand your problem. Are you saying that all accordions are fully-expanded on page load and they collapse after the page is fully-rendered? Do the accordions function properly? Maybe you can provide us with a link and further explanation of the problem.

  3. #3
    User
    Join Date
    09-15-09.
    Location
    Netherlands
    Posts
    37

    Default Re: accordion behaviour in IE

    Hi Ben,

    Yeah offcourse a link is good way of showing it :D . Thow I might add that between the accordion there's also a tab. Therefor some slowness is "added" to the bunch off things that are loading. The slowness is more of a js problem 'cause it's loading 16 times in stead of only ones.
    Nevertheless before the tabs were added it allready showed the thing u will see...
    The link http://vulvapoli.nl/adressen.html

  4. #4
    Experienced user
    Join Date
    06-10-09.
    Location
    Atlanta, Georgia
    Posts
    611

    Default Re: accordion behaviour in IE

    You could try moving your accordion JS to the top of the page or use a different event caller from domready. I think you could use initialize instead, but I'm not 100% sure.

  5. #5
    User
    Join Date
    09-15-09.
    Location
    Netherlands
    Posts
    37

    Default Re: accordion behaviour in IE

    Sorry but I don't follow you all the way Ben. You mean I should change something somewhere? So where do I change this? In the template?

  6. #6
    Experienced user
    Join Date
    06-10-09.
    Location
    Atlanta, Georgia
    Posts
    611

    Default Re: accordion behaviour in IE

    I was suggesting that you go into Templates, create a new fe_page.tpl and move the following line from near the bottom to either the head or the top of the body.
    Code:
    <?php echo $this->mootools; ?>

  7. #7
    User
    Join Date
    09-15-09.
    Location
    Netherlands
    Posts
    37

    Default Re: accordion behaviour in IE

    Hi Ben,

    I moved it but it didn't do the trick. Try to cut back on the number of adresses to 2. Thow it was definetly quicker, it still opens everything first. With everything filled up, FF does it still in an acceptable time and well. So my guess is that it's something IE does not like very much :cry:
    The thing with the initializing u mentioned earlier remaines the way it is while I do not understand it and need an example.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •