I have a mail form with a table to delineate the fields needed to be filled in.
I have added a new row for the possiblity of a free local delivery.
In the row is a check box and a few text fields that need to be filled in with address information.
I want to hide the fields until the user checks the Delivery Request check box, then expand the div to show the needed fields.
I am able to set the div to a start height but it still show a few fields
I am not able to figure out how to get it to expand and show all the fields.
I looked through my books and only found rollover or hover examples which I tried to imitate too no luck.
Can someone point me to a site or code example so I can see what I may be missing??
Thanks