I want that on hover of image, div box should appear and user can select a option from that div.
<a class="show_img3" href="frequenz?link=3" class="btn">
<img style="padding-top: 8px;padding-bottom: 26px;" src="<?php echo bloginfo( 'template_url' );?> /img/bouquet/2.png">
<span class="bqy_no">BRAUCHE MEHR</span></a>
<div class="hide_img3"><a href=#>2</a><br><a href="#">3</a></div>
My problem is that I am not able to select a option as it disappears if i try to hover.
here is the js fiddle
I have updated the fiddle to be more accurate what is needed.
try this fiddle
just placed a parent div and applied a extra class to it.
Your Html and css its very untidy and non-semantic please make it readeble.