Javascript hiding dropdown menu buttons

killerwow

New Member
After Struggling I have installed a multiple layer drop down menu. When all is well I found that all the buttons like present on my website Please Click Here are hiding. I found its the issue with javascript present in my html head. Please solve this issue... HTML HEAD CODE\[code\]<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script type='text/javascript' src='http://stackoverflow.com/questions/13834992/js/jquery.hoverIntent.minified.js'></script><script type='text/javascript' src='http://stackoverflow.com/questions/13834992/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>\[/code\]If you want jquery.dcmegamenu.1.3.3.js and jquery.hoverIntent.minified.js files I will sent to you. Also, there is a splitter on the totally right hand side of my menu about 1mm which goes beyound the page. Can we delete it ???? Thanks for your support.
 
Back
Top