Hello everyone made a drop-down block. All code is here http://jsfiddle.net/q6fnc34e/ . (I use this resource for the first time. The code is not executed for some reason.) I use this jquery code.
$( document ).ready(function() { $('.menu_href').hover(function(){ $('.menu_vipad_1').show(200); }, function(){ $('.menu_vipad_1').hide(); }); }); When I see it on the menu, it is shown, but as soon as I want to put the block in, it disappears. It is necessary to do the example http://www.spbmed.info/ . If you hover on the "Medium" will see a drop-down block. How to make guys? Or drop everything and do it through CLICK?