分享
 
 
 

利用&#106avascript和CSS制作浮动menu

王朝html/css/js·作者佚名  2006-11-24
窄屏简体版  字體: |||超大  

随着INTERNET的高速发展,越来越多的人拥有了个人主页,但以往的静态HTML语言,已经不能满足人们的要求。javascript和多层模式表单(Cascading Style Sheet, CSS)的出现使网页更加生动活泼,从而可以获得令人满意的效果。本文以javascript和CSS制作一种浮动菜单的方法为例,来说明其灵活性,同时也是抛砖引玉希望和广大网友共同切磋技术,制作出更好的家页(homepage).当我们浏览一个超过屏幕显示范围的一个页面时,为了回到菜单项,往往需要向上移动滚动条来完成,而使用浮动菜单则省去了这个麻烦,页面上的浮动菜单选项随着你向上或向下浏览页面而自动的移动。但并不是所有的页面都适合浮动菜单的使用,只有在菜单相对较短,在屏幕上可以完整显示;而正文相对较长,在屏幕上不能全部显示,需要拖动滚动条来完成,使用浮动菜单可以取得意想不到的结果。程序如下:

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<style type="text/css">

<!--

A{ text-transform: none; text-decoration: none; color:black}

A:hover{ color:blue; text-decoration:underline;}

-->

</style>

<link href="http://www.webjx.com/templates/webjx/css/style.css" rel="stylesheet" type="text/css" />

<title>利用javascript 和CSS制作浮动menu</title>

</head>

<body bgcolor="#FFFFFF">

<table width="75%" border="0" align="right">

<tr>

<td><font face="楷体_GB2312" size="5" color="#990033">

<b><p align="center"></b></font>利用javascript

和CSS制作浮动menu</td>

</tr>

<tr>

<td><p align="center">网页教学网整理</td>

</tr>

<tr>

<td> 一份名为"HealthCast2010"的全球性医疗保健调查报告

显<p>示,在未来几年时间里互联网将给全球医疗保健工业带来巨大</p>

<p>的变化。调查对象为来自美国、加拿大、英国、澳大利亚、法</p>

<p>国、德国、芬兰、新西兰和西班牙的400位医疗保健工业的资深</p>

<p> ... ... </p>

<p>顾客数量将随在线药店不同而有所差别,但不取决于医疗机构</p>

<p>大小。这将对传统的名牌大医院带来很大的冲击。 </td>

</tr>

</table>

<div id="win0" style="position:absolute; Right:10px; top:10px; width:136px; height:227px; z-index:25">

<table width="99%" border="0">

<tr>

<td background="../9908pic/feature3.gif">

<p align="center">【<a href="../all/news.htm">最 新 消 息</a>】

</td>

</tr>

<tr>

<td background="../9908pic/help3.gif">

<p align="center">【<a href="telmedicine.html">远 程 医 疗</a>】

</td>

</tr>

<tr>

<td background="../9908pic/net3.gif">

<p align="center">【<a href="../all/new.htm">新 品 世 界</a>】

</td>

</tr>

<tr>

<td background="../9908pic/living3.gif">

<p align="center">【<a href="../all/syberspace-feature.htm"> 生 活 资 源</a>】

</td>

</tr>

<tr>

<td background="../9908pic/net3.gif">

<p align="center">【<a href="../all/netware.htm">查 询 技 巧</a>】

</td>

</tr>

<tr>

<td background="../9908pic/free3.gif">

<p align="center">【<a href="software/index.htm" target="_blank">软 件 下 载</a>】

</td>

</tr>

<tr>

<td background="../9908pic/lab3.gif">

<p align="center">【<a href="../lab/lab.htm">实 验 传 真</a>】

</td>

</tr>

<tr>

<td background="../9908pic/mail3.gif">

<p align="center">【<a href="../all/lianxi.htm">联 系 我 们</a>】

</td>

</tr></table></div>

<script language="javascript">

IE4=(document.all)?1:0if (IE4)

setInterval('keepIE("win0",10,10)',1)

function keepIE(theName,theWantTop,theWantRight) { theRealTop=parseInt(document.body.scrollTop)

theTrueTop=theWantTop+theRealTop

document.all[theName].style.top=theTrueTop theRealRight=parseInt(document.body.scrollRight) theTrueRight=theWantRight+theRealRight document.all[theName].style.Right=theTrueRight}

</script>

</body>

</html>

演示效果如下:

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<style type="text/css">

<!--

A{ text-transform: none; text-decoration: none; color:black}

A:hover{ color:blue; text-decoration:underline;}

-->

</style>

<link href="http://www.webjx.com/templates/webjx/css/style.css" rel="stylesheet" type="text/css" />

<title>利用javascript 和CSS制作浮动menu</title>

</head>

<body bgcolor="#FFFFFF">

<table width="75%" border="0" align="right">

<tr>

<td><font face="楷体_GB2312" size="5" color="#990033">

<b><p align="center"></b></font>利用javascript

和CSS制作浮动menu</td>

</tr>

<tr>

<td><p align="center">网页教学网整理</td>

</tr>

<tr>

<td> 一份名为"HealthCast2010"的全球性医疗保健调查报告

显<p>示,在未来几年时间里互联网将给全球医疗保健工业带来巨大</p>

<p>的变化。调查对象为来自美国、加拿大、英国、澳大利亚、法</p>

<p>国、德国、芬兰、新西兰和西班牙的400位医疗保健工业的资深</p>

<p> ... ... </p>

<p>顾客数量将随在线药店不同而有所差别,但不取决于医疗机构</p>

<p>大小。这将对传统的名牌大医院带来很大的冲击。 </td>

</tr>

</table>

<div id="win0" style="position:absolute; Right:10px; top:10px; width:136px; height:227px; z-index:25">

<table width="99%" border="0">

<tr>

<td background="../9908pic/feature3.gif">

<p align="center">【<a href="../all/news.htm">最 新 消 息</a>】

</td>

</tr>

<tr>

<td background="../9908pic/help3.gif">

<p align="center">【<a href="telmedicine.html">远 程 医 疗</a>】

</td>

</tr>

<tr>

<td background="../9908pic/net3.gif">

<p align="center">【<a href="../all/new.htm">新 品 世 界</a>】

</td>

</tr>

<tr>

<td background="../9908pic/living3.gif">

<p align="center">【<a href="../all/syberspace-feature.htm"> 生 活 资 源</a>】

</td>

</tr>

<tr>

<td background="../9908pic/net3.gif">

<p align="center">【<a href="../all/netware.htm">查 询 技 巧</a>】

</td>

</tr>

<tr>

<td background="../9908pic/free3.gif">

<p align="center">【<a href="software/index.htm" target="_blank">软 件 下 载</a>】

</td>

</tr>

<tr>

<td background="../9908pic/lab3.gif">

<p align="center">【<a href="../lab/lab.htm">实 验 传 真</a>】

</td>

</tr>

<tr>

<td background="../9908pic/mail3.gif">

<p align="center">【<a href="../all/lianxi.htm">联 系 我 们</a>】

</td>

</tr></table></div>

<script language="javascript">

IE4=(document.all)?1:0if (IE4)

setInterval('keepIE("win0",10,10)',1)

function keepIE(theName,theWantTop,theWantRight) { theRealTop=parseInt(document.body.scrollTop)

theTrueTop=theWantTop+theRealTop

document.all[theName].style.top=theTrueTop theRealRight=parseInt(document.body.scrollRight) theTrueRight=theWantRight+theRealRight document.all[theName].style.Right=theTrueRight}

</script>

</body>

</html>

[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有