Results 1 to 4 of 4

Thread: Problem with Animated Collapsible DIV

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

    Default Problem with Animated Collapsible DIV

    Hi,

    I'm using Animated Collapsible DIV and it's working enough good ,but i have one problem... when you first time enter the site all divs are hidden ,but i set those

    <script type="text/javascript">
    animatedcollapse.addDiv("disclaimer", "fade=0,speed=300,hide=0,persist=1")
    animatedcollapse.addDiv("navigation", "fade=0,speed=300,persist=1")

    animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
    //$: Access to jQuery
    //divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
    //state: "block" or "none", depending on state
    }

    animatedcollapse.init()
    </script>

    and nothing it's always hidden, i want that when you first time enter web page you see not hidden div's if you want you press - and it will hide...
    what's wrong?

    SORRY FOR MY BAD ENGLISH

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

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.

    Do your DIVs contain the CSS attribute display:none that causes the DIV to be hidden? Please post a link to the page on your site that contains the problematic script so we can check it out.
    DD Admin

  3. #3
    Join Date
    Mar 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hi, no i dont use css display : none; url to site http://78.62.186.9

  4. #4
    Join Date
    Mar 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    problem solved

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
  •