【求助】作下拉菜单
呃。想要作一个下拉菜单。不过跟空间我们个人资料左边的那个下拉菜单不一样地。。就是一个文字。比如“空网城市”(这四个字就用表格做起来)然后我鼠标放过去的时候。就会自动出现一个下拉菜单。至于菜单的内容。。那应该也是要自己需要的内容。。。
嗯。有点急。因为最近在忙着做自己的个人网页。。所以需要各位帮忙一下
应该是有教程地。但不知道在哪里可以找到满意地。。所以就谢谢各位了。。
Re:【求助】作下拉菜单
哭哭用什么软件做网页阿?
Re:【求助】作下拉菜单
在DREAMWAVE中有一个选项是做下拉式菜单的选项,你自己可以找一下呀
Re:【求助】作下拉菜单
我是用DREAMWAVE做地
我知道傻蛋2002的那种方式
可是不是要那种下拉菜单。。
Re:【求助】作下拉菜单
55~~~偶阴魂不散耶~~~
Re:【求助】作下拉菜单
function runEx(){var winEx = window.open('', '', 'resizable,scrollbars'); winEx.document.open('text/html', 'replace');winEx.document.write(unescape(event.srcElement.parentElement.children[2].value));}HTML代码如下:
<html>
<select name="select1" size="1"
onChange="javascript:window.open(this.options.value)">
<option value="http://www.kongweb.net">哭哭</option>
<option value="http://www.kongweb.net">白吃</option>
<option value="http://www.kongweb.net">笨蛋</option>
</select>
</html> [Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
Re:【求助】作下拉菜单
function runEx(){var winEx = window.open('', '', 'resizable,scrollbars'); winEx.document.open('text/html', 'replace');winEx.document.write(unescape(event.srcElement.parentElement.children[2].value));}HTML代码如下:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript">
<!--
<!--
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();
}
MM_reloadPage(true);
// -->
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"
)>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms
[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers
.document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_showHideLayers() { //v3.0
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args
))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible'
v='hide')?'hidden':v; }
obj.visibility=v; }
}
//-->
</script>
</head>
<body bgcolor="#DDDDDD" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll=auto>
<div id="title" style="position:absolute; left:8px; top:15px; width:100px; height:15px;z-index:1; background-color: #006699; layer-background-color: #006699; border: 1px none #000000">
<table width="480" cellspacing="0" cellpadding="2">
<tr>
<td width="120" onMouseOver="MM_showHideLayers('menu1','','show')" onMouseOut="MM_showHideLayers('menu1','','hide')"><b><font color="#DDDDDD"><a href="#">Click:哭哭</a></font></b> </td>
</tr>
</table>
</div>
<div id="menu1" style="position:absolute; left:8px; top:34px; width:120px; height:80px; z-index:2; background-color: #333311; layer-background-color: #000000; border: 1px none #000000; visibility: hidden" onMouseOver="MM_showHideLayers('menu1','','show')" onMouseOut="MM_showHideLayers('menu1','','hide')">
<table width="100%" cellspacing="0" cellpadding="2" height="80">
<tr>
<td> <a href="http://www.kongweb.net">白吃</a></td>
</tr>
<tr>
<td> <a href="http://www.kongweb.net">笨蛋</a></td>
</tr>
<tr>
<td> <a href="http://www.kongweb.net">250</a></td>
</tr>
<tr>
<td> <a href="http://www.0yeah.co">制作方法</a></td>
</tr>
</table>
</body>
</html>
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
Re:【求助】作下拉菜单
真绝!
Re:【求助】作下拉菜单
用Javascript制作弹出窗口
按一个连接或按钮弹出窗口,只要往该页面的HTML里加入几段Javascript代码即可实现。但是我找到的代码不行吖。。
飞使。。再帮个忙。。
Re:【求助】作下拉菜单
function runEx(){var winEx = window.open('', '', 'resizable,scrollbars'); winEx.document.open('text/html', 'replace');winEx.document.write(unescape(event.srcElement.parentElement.children[2].value));}HTML代码如下:
<html>
<head>
<script LANGUAGE="JavaScript">
function openwin() {
window.open ("http://www.kongweb.net"
}
</script>
<input type="button" onclick="openwin()" value="打开窗口">
</head>
</html>
<html>
<head>
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
Remind:此消息由冰使在01-06 11:31:51做过手脚,呵呵……
Re:【求助】作下拉菜单
function runEx(){var winEx = window.open('', '', 'resizable,scrollbars'); winEx.document.open('text/html', 'replace');winEx.document.write(unescape(event.srcElement.parentElement.children[2].value));}HTML代码如下:
<html>
<head>
<script LANGUAGE="JavaScript">
function openwin() {
window.open ("http://www.kongweb.net"
}
</script>
<a href="#" onclick="openwin()">打开一个窗口</a>
</head>
</html>
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
Remind:此消息由冰使在01-08 16:09:27做过手脚,呵呵……
Re:【求助】作下拉菜单
function runEx(){var winEx = window.open('', '', 'resizable,scrollbars'); winEx.document.open('text/html', 'replace');winEx.document.write(unescape(event.srcElement.parentElement.children[2].value));}HTML代码如下:
<html>
<head>
<title>被封印的残冰</title>
<script language="JavaScript">
function openwin(){
window.open("http://www.kongweb.net"
}
</script>
<bgsound src="http://www.wzgirl.com/images/love.mid" loop="-1">
</head>
<table width="90%" border="0" height="100%" align="center">
<tr>
<td>
<div align="center">
<p><a href="#" onClick="openwin()('news','scrollbars=yes,width=700,height=400')"><img src="http://www.kongweb.net/non-cgi/images/mybbsimg/img/%B1%F9%CA%B9.jpg" alt="哭哭白吃"></a></p>
</div>
</td>
</tr>
<tr>
<td><font color=CFCCCC><div align=right>∴<a href=http://photos.gznet.com/photos/1160381/1160381-BZJ4ESfj6J.jpg>繁华</a> ∵ <a href=http://www.kaibi.com/UploadFile/20041411443092408.jpg>时尚</a></div></font></td>
</tr>
</html>
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
Remind:此消息由冰使在01-08 16:24:32做过手脚,呵呵……
Re:【求助】作下拉菜单
晕死。。居然为了配合我。也换了ID来回答。撒这么酷。。。
呵呵。。我要的就是最后这一种效果了。。谢了。。
真不知道你哪来这么厉害??
Re:【求助】作下拉菜单
不行吖。。这个代码看起来怪怪地。。运行起来。。。也。。。
哎。。不会说。你自己看一下。。
Re:【求助】作下拉菜单
可以啊。。。我怎么可以运行的?
要不你把代码copy下来进txt文档里
然后把txt文档的后缀名改为html~
再打开看看
欢迎光临
空网论坛 (http://bbs.kongweb.net/)
作者:
飞使
时间:
2004-1-9 18:22