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
查看全文
相关阅读:
Java面向对象——属性赋值的过程
Java面向对象——类的成员之三:构造器(构造方法)constructor
课后作业—5
缓冲类的使用示例
缓冲技术
流的基类
流的分类
什么是流?
关于开发中异常处理的建议
阅读笔记-3
原文地址:https://www.cnblogs.com/Dicky/p/401005.html
最新文章
Angular 自定义结构化指令,如何传入多个输入参数
SAP CRM Fiori 应用里无法根据当前文档创建 Followup Opportunity 的原因分析
关于用 ABAP 代码手动触发 SAP CRM organization Model 自动决定的研究
SAP CRM organization Model(组织架构模型)自动决定的逻辑分析
Angular 应用级别的依赖 Fake
Angular 项目中的可摇树依赖
Angular 依赖的测试和 Fake
待删除
使用 csv 导入的方式在 SAP S/4HANA 里创建 employee 数据
使用 SASS Mixin 编写 clean code
热门文章
REDIS(25):CONNECT(3) JAVA
HBASE进阶(4): 重要工作机制(3)StoreFile Compaction/Region Split
Java面向对象——子类对象实例化的全过程
Java面向对象——super关键字
Java面向对象——方法的重写(override/overwrite)
Java面向对象——特征二:继承性简介
Java——MVC设计模式
Java——package关键字的使用
Java——关键字this的使用
Java——JavaBean简介
Copyright © 2011-2022 走看看