View difference between Paste ID: hnxuyD04 and gdTCWmeq
SHOW: | | - or go back to the newest paste.
1
<script type="text/javascript">
2
  $(document).ready(function(){
3
  $("#cssmenu li > ul").addClass('Submenu');
4
  $("ul.Submenu > li").css('position', 'relative');
5
  $("ul.Submenu > li > ul").css('top', '0px').css('left','100px');
6
7
  $("#cssmenu li").mouseover (function () {
8
    $("#cssmenu li > ul").hide();
9
    $(this).children("ul").show();
10
  });
11
  /*
12-
  });	
12+
13
    $("#cssmenu li > ul").hide();
14
  });
15
  */	
16
});
17
</script>
18
{menu_dropdown|menu/menu_drop_down|0|0}