2008年3月30日

摘要: 此文章由本人以爱像深蓝3313576 首发于龙族社区,如需转载请注明出处! 市面上讲述下拉菜单的文章多如牛毛,且使用下拉菜单的网站也非常之多,但在下看来,90%的网站和教程使用了如下代码: function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } 阅读全文

posted @ 2008-03-30 14:22 真爱像深蓝 阅读(750) 评论(0) 推荐(0) 编辑