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
查看全文
相关阅读:
有赞移动Crash平台建设
软件测试创新之路
手把手教你用Python实现智能推荐算法
接口测试--参数实现MD5加密签名规则
重置一发LCT模板
LOJ #2131. 「NOI2015」寿司晚宴
LOJ #3119「CTS2019 | CTSC2019」随机立方体 (容斥)
2019牛客暑期多校训练营(第九场)
20190815模拟赛
zhengrui集训笔记2
原文地址:https://www.cnblogs.com/Dicky/p/401005.html
最新文章
Spring高级源码笔记:Spring中三种AOP配置方法代码实现及详细解析!
Java基础
小红书面试题:如何分析用户行为?
环形单链表的增删改查、约瑟夫环两种解法
LeetCode 190. Reverse Bits (反转位)
LeetCode 252. Meeting Rooms (会议室)$
LeetCode 455. Assign Cookies (分发曲奇饼干)
LeetCode 598. Range Addition II (范围加法之二)
LeetCode 599. Minimum Index Sum of Two Lists (从两个lists里找到相同的并且位置总和最靠前的)
排序算法一快速排序
热门文章
排序算法一归并排序
排序算法一插入排序
排序算法一计数排序
排序算法一冒泡排序
我半夜爬了严选的女性文胸数据,发现了惊天秘密
用python爬取前程无忧网,看看我们是否真的“前程无忧”?
阿里巴巴“人脸门禁”测试揭秘:实时质量监控与分析
公司利益和个人利益,永远不可能完全一致
支付测试
从零开始内建你的安全测试流程
Copyright © 2011-2022 走看看