emanuelle
05-09-2006, 08:54 AM
I have a ready made form that I want to add to my slide in menu.
Is it possible? Can Anyone help me pls.
Attached the slide in menu (ZIP)
here's the form
<form id="myForm">
<div id="content" style="width:200px; background-color:#808080;">
<input type="checkbox" value="" onclick="toggleDiv('lyr1','content')">
<span id="message">click to show</span>
</div>
<div id="lyr1" style="visibility:hidden;">Hello Emanuelle!</div>
<div id="content" style="width:200px; background-color:#808080;">
<input type="checkbox" value="" onclick="toggleDiv('lyr2','content')">
<span id="message">click to show</span>
</div>
<div id="lyr2" style="visibility:hidden;">Hello Emanuelle!</div>
</form>
Is it possible? Can Anyone help me pls.
Attached the slide in menu (ZIP)
here's the form
<form id="myForm">
<div id="content" style="width:200px; background-color:#808080;">
<input type="checkbox" value="" onclick="toggleDiv('lyr1','content')">
<span id="message">click to show</span>
</div>
<div id="lyr1" style="visibility:hidden;">Hello Emanuelle!</div>
<div id="content" style="width:200px; background-color:#808080;">
<input type="checkbox" value="" onclick="toggleDiv('lyr2','content')">
<span id="message">click to show</span>
</div>
<div id="lyr2" style="visibility:hidden;">Hello Emanuelle!</div>
</form>