請告訴我爲什麼我的下拉菜單在加載時中斷?鏈接爲Click Here。加載時下拉菜單中斷
的詳細介紹:
When the website is loading, its showing all the sub menus present inside and after its loads completly its showing correctly. At the start it should be strong and should not show inside present sub menu...
它具有以下的Java代碼。
<link href="css/dcmegamenu.css" rel="stylesheet" type="text/css" />
<script type='text/javascript' src='js/jquery.hoverIntent.minified.js'></script>
<script type='text/javascript' src='js/jquery.dcmegamenu.1.3.3.js'></script>
<script type="text/javascript">
$(document).ready(function($){
$('#mega-menu-7').dcMegaMenu({
rowItems: '3',
speed: 'fast',
effect: 'slide'
});
});
</script>
它打破了什麼樣的方式? –
你能澄清你的意思嗎?你在期待什麼,發生了什麼? – Kami
我已經發布了描述..請檢查它 – user1820652