註冊會員
|
大大.不好意思.我去找了一個什麼魔法選單的軟體.
我做了之後.把他套到Dreamweaver 之後.還是一樣.@@
小弟不懂的地方是.不是用Javascript就可以超出頁面了嗎.??
為什麼我用了那個軟體之後.跟dreaver做結合.也是不無法超出頁框呢.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5" />
<title>無標題文件</title>
<script type="text/javascript" language="JavaScript1.2" src="stmenu.js"></script>
</head>
<body>
<script type="text/javascript" language="JavaScript1.2">
<!--
stm_bm(["menu2131",640,"","blank.gif",0,"","",0,0,250,0,1000,1,0,0,"","",0,0,1,2,"default","hand",""],this);
stm_bp("p0",[1,4,0,0,2,3,0,7,100,"",-2,"",-2,50,0,0,"#999999","#FFFFF7","",3,1,1,"#000000"]);
stm_ai("p0i0",[0,"SKILL","","",-1,-1,0,"","_self","","","","",0,0,0,"arrow_r.gif","arrow_r.gif",7,7,0,0,1,"#FFFFF7",0,"#B5BED6",0,"","",3,3,1,1,"#FFFFF7","#000000","#000000","#000000","8pt Verdana","8pt Verdana",0,0]);
stm_bpx("p1","p0",[1,2,0,0,2,3,0,0]);
stm_aix("p1i0","p0i0",[0,"Menu Item 1","","",-1,-1,0,"","_self","","","","",0,0,0,"","",0,0]);
stm_aix("p1i1","p1i0",[]);
stm_aix("p1i2","p1i0",[]);
stm_aix("p1i3","p1i0",[]);
stm_aix("p1i4","p1i0",[]);
stm_aix("p1i5","p1i0",[0,"gm","","",-1,-1,0,"file:///C:/Inetpub/wwwroot/usererror.htm","_parent"]);
stm_aix("p1i6","p1i0",[]);
stm_ep();
stm_ep();
stm_em();
//-->
</script>
</body>
</html>
|