zoukankan
html css js c++ java
微星横向菜单
代码如下:
<head> <script language=JavaScript> <!-- function showLayer(layerName) { eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="visible"'); } function hideLayer(layerName) { eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="hidden"'); } ns=0; layerRef="document.all" styleSwitch=".style" menutop=40; if (ns) menutop=43; //--> </script> </head> <body text=#000000 bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0"> <div id=product onmouseover="javascript:showLayer('product'); hideLayer('order');" style="Z-INDEX: 5; LEFT: 10px; VISIBILITY: hidden; WIDTH: 347px; POSITION: absolute; TOP: 21px; HEIGHT: 30px" onmouseout="javascript:hideLayer('product');"> <TABLE height=21 cellSpacing=0 cellPadding=0 width=340 bgColor=#dfdfdf border=0> <TR> <TD width=10 bgColor=#666666> </TD> <TD vAlign=bottom align=middle width=80><a href="products/index.asp">产品导航</a></TD> <TD vAlign=bottom align=middle width=80><a href="award/index.asp">荣誉奖项</a></TD> <TD vAlign=bottom align=middle width=80><a href="feature/index.asp">产品特色</a></TD> <TD vAlign=bottom align=middle width=80><a href="certificate/index.asp">产品认证</a></TD> <TD width=10 bgColor=#666666> <div align=center></div></TD></TR> <TR> <TD width=10 bgColor=#666666 height=1></TD> <TD width=80 bgColor=#666666></TD> <TD width=80 bgColor=#666666></TD> <TD width=80 bgColor=#666666></TD> <TD width=80 bgColor=#666666></TD> <TD width=10 bgColor=#666666></TD></TR></TABLE> </div> <div id=order onmouseover="javascript:showLayer('order'); hideLayer('product');" style="Z-INDEX: 6; LEFT: 50px; VISIBILITY: hidden; WIDTH: 348px; POSITION: absolute; TOP: 21px; HEIGHT: 30px" onmouseout="javascript:hideLayer('order');"> <TABLE height=21 cellSpacing=0 cellPadding=0 width=340 bgColor=#dfdfdf border=0> <TR> <TD width=10 bgColor=#666666> </TD> <TD vAlign=bottom align=middle width=80><a href="order/index.asp">网上订购</a></TD> <TD vAlign=bottom align=middle width=80><a href="auction/index.asp">网上拍卖</a></TD> <TD vAlign=bottom align=middle width=80><a href="wherebuy/index.asp">各地经销</a></TD> <TD vAlign=bottom align=middle width=80><a href="service/index.asp">维修条例</a></TD> <TD width=10 bgColor=#666666> <div align=center></div></TD></TR> <TR> <TD width=10 bgColor=#666666 height=1></TD> <TD width=80 bgColor=#666666></TD> <TD width=80 bgColor=#666666></TD> <TD width=80 bgColor=#666666></TD> <TD width=80 bgColor=#666666></TD> <TD width=10 bgColor=#666666></TD></TR></TABLE></div> <TABLE height=25 cellSpacing=0 cellPadding=0 width=760 border=0> <TBODY> <TR> <TD vAlign=center align=middle width=378 bgColor=#dfdfdf> <TABLE height=21 cellSpacing=0 cellPadding=0 width=360 border=0> <TBODY> <TR> <TD width=60> <div align=center><a onmouseover="showLayer('product'); hideLayer('order');" onmouseout="hideLayer('product')" href="bios/index.asp#">产品</a></div></TD> <TD width=60> <div align=center><a onmouseover="showLayer('order'); hideLayer('product');" onmouseout="hideLayer('order')" href="bios/index.asp#">导购</a></div></TD> <TD width=60> <div align=center><a href="index.asp">首页</a></div> </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> </BODY></HTML>
[Ctrl+A 全选 提示:你可先修改部分代码,再点运行代码]
青苹果Web应用商店
https://webapp.taobao.com/
PHP/ASP.NET/ASP/UCHOME/DISCUZ! X系列网站开发,详细需求联系
QQ:8511978
查看全文
相关阅读:
[k8s微服务作业]-day2-Docker基础
运维常用命令记录
【莫比乌斯反演】学习笔记
2021牛客OI赛前集训营-提高组(第一场)
NOIP 计划 · 模拟赛 #10
2021牛客OI赛前集训营-提高组(第二场)
10.5 模拟赛题解报告
组合数学
线段树合并
2021, 9,26 模拟赛
原文地址:https://www.cnblogs.com/Dicky/p/401005.html
最新文章
vue项目本地运行访问地址路径加配置信息
url='@/assets/images/user.png'无法展示,请求200或304,但是图片就是无法展示的问题解决
K8s配置配置存活、就绪和启动探测器
Oracle dg 状态校验
find -or 用法
py调用shell
熔断和限流
Win10 升级失败
谷歌浏览器打不开了(chrome新版本打不开,老版本可以)
IDEA新建 Spring boot 项目时,没有 Spring Initializr 选项
热门文章
RestFul规范的API接口如何保证接口和数据的安全性
达梦7死锁问题思考
git push报错:OpenSSL SSL_read: Connection was reset, errno 10054
a标签中href属性的 javascript:void(0)
VSCODE 有时候下载很慢的问题
windows给文件夹添加右键用指定软件打开功能
python 3.9调 用 xlrd 1.2.0 报错 AttributeError: 'ElementTree' object has no attribute 'getiterator'
转:解决electron 消息通知在win10下不显示问题
基于二叉链表的二叉树的嵌套括号表示
高并发下如何保证数据的准确与安全
Copyright © 2011-2022 走看看