Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:57
in the frame based menu! why the sub menu cant be drag down?
Poster: lauchunhui
Dated: Monday January 10 2005 - 4:00:43 GMT
i refer the
http://www.milonic.com/menu/frames/
in the frame_body.htm file, i add an inframe
script language=JavaScript src="mmenu.js" type=text/javascript></script>
<script language=javascript>
if(ns4)_d.captureEvents(Event.MOUSEMOVE)
_d.onmouseup=closeallmenus
</script>
</body>
<iframe src="home.jsp" height="500" width="100%" ><i/frame>***
</html>
home.jsp is a file to show contents only !!
i can drag down the sub menu before click the sub menu !!!
later, i click the sub menu, and the page link to the content correctly , but i cant drag down the sub menu ???
any advice ???