Results 1 to 2 of 2

Thread: Slide down credit card form+radio button

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

    Default Slide down credit card form+radio button

    I was wondering if someone could help me with an easy DHTML code to slide down a credit card form by clicking on radio button and closing the form by clicking on “cash” radio button. http://www.mydelivery.com.au/myDelivery_Order.html

    Thanx a lot

  2. #2
    Join Date
    May 2007
    Location
    England, UK
    Posts
    235
    Thanks
    3
    Thanked 6 Times in 6 Posts

    Default

    Maybe adapt this to work with a form element:

    http://www.dynamicdrive.com/dynamici...edcollapse.htm

    Should just be able to add something like this:

    HTML Code:
    <input type="radio" onclick="javascript:collapse1.slideit()" />

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
  •