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
查看全文
相关阅读:
【2018.10.3】万圣节的快递
【2018.10.3】万圣节的入场券
【2018.10.2】纸条
【2018.10.2】菌落合并
【2018.10.2】Note of CXM
【2018.10.1】【JSOI2016】最佳团体(bzoj4753)
【2018.10.1】「JOI 2014 Final」年轮蛋糕
【2018.9.26】K-D Tree详解
Python中的numpy模块解析
Python中xlrd模块解析
原文地址:https://www.cnblogs.com/Dicky/p/401005.html
最新文章
noj[1581] 筷子
南邮oj[1401] 乘车费用
luogu[1279]字串距离
tyvj1098[luogu 2365]任务安排 batch
[USACO1.1]坏掉的项链Broken Necklace
NOIP模拟赛 最大匹配
NOIP模拟赛 隔壁
NOIP2003 神经网络
NOIP模拟赛 夕阳
【2018.10.20】noip模拟赛Day3 飞行时间
热门文章
可持久化动态图上树状数组维护01背包(牛客网的一道傻逼题)
「SDOI2010」古代猪文(bzoj1951)
【2018.10.18】CXM笔记(动态规划)
【2018.10.18】noip模拟赛Day2 地球危机(2018年第九届蓝桥杯C/C++A组省赛 三体攻击)
【2018.10.15】WZJ笔记(数论)
【2018.10.15】noip模拟赛Day1
【2018.10.12】冥土追魂
【2018.10.10】[HNOI2008] GT考试(bzoj1009)
【2018.10.4】CXM笔记(图论)
【2018.10.4】二连爆搜+再次出锅
Copyright © 2011-2022 走看看