Results 1 to 2 of 2

Thread: DD scripts with Joomla

  1. #1
    Join Date
    Oct 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DD scripts with Joomla

    1) Script Title: Animated Collapsible DIV v2.01

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

    3) Describe problem:

    OK so here it goes. I am trying to create a community website of sort with the CMS Joomla (1.5). Anyway, my design is finished and works well enough. BUT, now what I want to do, is insert some nice Java features in the design. The only way I know how to insert a script is through the HTML code. My idé was to use the *animated collapse DIV to make the login wrapper DIV collapse and expand. But it doesn't seem to work

    So if someone knows what's wrong or if it's even possible please replay to this question.

    Greeting

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

    Default

    You'd simply insert the code of Step 1 inside the HEAD section of your page- or if you can't, the start of the BODY will do too, then, inside that code, make sure you've defined a single addDiv() function call using the ID of your login DIV:

    Code:
    animatedcollapse.addDiv('mylogindiv', 'attributes_here')
    With attributes being the various attribute settings you define for this DIV. That should do it.
    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
  •