Results 1 to 2 of 2

Thread: problem with Horizontal Accordion script

  1. #1
    Join Date
    Jan 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default problem with Horizontal Accordion script

    1) Script Title: Horizontal Accordion script

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...haccordion.htm

    3) Describe problem: I have integrated on my website and it works only in the following browsers: Safari, Internet Explorer and Google Chrome. How can i make it work on Firefox and Opera ? I tried to update all versions of software but still nothing.
    The problem is at the projects galleries. My webpage is http://kinostudio.ro/
    ...and it's built on the indexhibit platform.

    Thanks

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    There may be other issues, but firstly, you should remove the code in red below in the HEAD section of your page:
    Code:
    
    <script type='text/javascript' src='http://kinostudio.ro/ndxz-studio/site/js/jquery.js'></script>
    <script type='text/javascript' src='http://kinostudio.ro/ndxz-studio/site/js/cookie.js'></script>
    
    
    <!-- include jQuery library --> 
    <script type="text/javascript" src="http://kinostudio.ro/ndxz-studio/site/js/jquery.min.js"></script>
    The code in red is redundant, and is a reference to an older version of jQuery. Secondly, near the top of haccordion.js, try adding the line in red to it:

    Code:
    jQuery.noConflict()
    
    
    var haccordion={
    	//customize loading message if accordion markup is fetched via Ajax:
    	ajaxloadingmsg: '<div style="margin: 1em; font-weight: bold"><img src="ajaxloadr.gif" style="vertical-align: middle" /></div>',
    DD Admin

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
  •