一个不错的下拉菜单,加上图片后效果极好

发布时间:2008-12-19 19:45:59 阅读次数:

要完成此效果需要两个步骤 第一步:把如下代码加入到区域中 <script language="JavaScript1.2"> scores = new Array(20);var numTotal=0;NS4 = (document.layers) ? 1 : 0;IE4 = (document.all) ? 1 : 0;ver4 = (NS4 || IE4) ? 1 : 0;if (ver4) { with (document) { write(""); }}function getIndex(el) { ind = null; for (i=0; i区域中