• Good morning all.

    I am currently working on a theme that uses mootools javascript framework and have come to a grinding halt trying to achieve the following for my comment form:

    The user clicks comments and the comments slide down just below my entry but do not show the comment form, just a link to ‘add a comment’. When the user clicks ‘add a comment’ the comment form slides down from within the first slide.

    Here is the code for the first slide:
    http://paste-it.net/5177 but I am not sure how I modify this to allow 2 slides.

    Both sections (the comments and form) have their own container DIVs. Comments has ‘info’ and ‘contactform’.

    Any ideas on how to do this?

    Thanks a lot
    Flam

Viewing 1 replies (of 1 total)
  • Do two slides? Unfortunately your paste-it.net -code didn’t work so i can’t give you the JS for it.

    <a class="toggleslide1" href="#">Toggle slide 1</a>
    
     <div class="slide1">
     <a class="toggleslide2" href="#">Toggle slide 2</a>
    
       <div class="slide2">
       YOUR FORM HERE...
       </div><!-- slide2 end -->
    
     </div><!-- slide1 end -->

    Regards,
    Tommie Hansen
    Dekorfilm.se | Mindescape Reklam

Viewing 1 replies (of 1 total)
  • The topic ‘Any javascript gurus here? Mootools related.’ is closed to new replies.