bubble pop up with text box

affiguffped

New Member
I am implementing main menu hover pop up....when u hover over the links the pop up appears...in one of the pop up i am putting text box....but the text box does not comes with in the pop up....providing my code below...
zDXgE.jpg
http://jsfiddle.net/JucNG/\[code\]<li style="background-color: #669900;" class="top"><a href="http://stackoverflow.com/questions/15912486/#nogo22" id="services" class="top_link"><span class="down">Add Contacts</span></a> <ul class="sub"> <li><a href="http://stackoverflow.com/questions/15912486/#nogo23">Name <span><input type="text" name="lastname"></span></a></li> <li><a href="http://stackoverflow.com/questions/15912486/#nogo24">Company <span><input type="text" name="lastname"></span></a></li> <li><a href="http://stackoverflow.com/questions/15912486/#nogo25">Email <span><input type="text" name="lastname"></span></a></li> <li><a href="http://stackoverflow.com/questions/15912486/#nogo25"><input type="submit" value="http://stackoverflow.com/questions/15912486/Submit"></a></li> </ul> </li\[/code\]>
 
Top