zoukankan      html  css  js  c++  java
  • 下拉菜单,支持所有浏览器

    http://www.corange.cn//uploadfiles/1006_69650.jpg

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
    <HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE></TITLE>
    <META http-equiv=X-UA-Compatible content=IE=7>
    <META http-equiv=Content-Type content="text/html; charset=gb2312">
    <LINK
    href="2222_files/frame090918.css" type=text/css rel=stylesheet>

    <SCRIPT src="2222_files/jQuery-1.3.2.js" type=text/javascript></SCRIPT>

    <SCRIPT src="2222_files/ScriptsConfiguration.htm" type=text/javascript></SCRIPT>

    <SCRIPT src="2222_files/WebApplication.js" type=text/javascript></SCRIPT>

    <SCRIPT type=text/javascript>if(top.location!=self.location){top.location.replace(self.location);} window.onerror=function(){return true;}</SCRIPT>

    <SCRIPT src="2222_files/BizCommon090917.js" type=text/javascript></SCRIPT>
    </HEAD>
    <DIV id=topNav>
    <UL class=topNav>
    <LI><SPAN class=outer><A href=""><SPAN
    class=inner>电脑整机</SPAN></A></SPAN>
    <DIV class=subTopCate id=topNav01>
    <DIV class=dropBorder>
    <DIV class=col>
    <DL>
    <DT><A href="">笔记本电脑</A>
    <DT><A href="">品牌台式机</A>
    </DT></DL></DIV></DIV></DIV></LI>
    <LI><SPAN class=outer><A href=""><SPAN
    class=inner>手机通讯</SPAN></A></SPAN>
    <DIV class=subTopCate id=topNav01>
    <DIV class=dropBorder>
    <DIV class=col>
    <DL>
    <DT><A href="">手机</A>
    </DT></DL></DIV></DIV></DIV></LI>
    </UL>
    </DIV>

    <SCRIPT language=jscript type=text/javascript>
    Biz.Common.OnOffCtrl.onoffDelay("subTopCate");
    Biz.Common.OnOffCtrl.onoff("myCot");
    Biz.Common.PageHeader.CurrentTabStore();

    jQuery(function($) {
    Biz.Common.MiniCart.onoff("cover");
    });
    </SCRIPT>
    </HTML>
    需要的CSS和JS文件
    http://www.corange.cn//uploadfiles/1006_files_92100.rar

    原文地址:http://www.corange.cn/archives/2009/10/3448.html
  • 相关阅读:
    DEVMODE 结构体
    VS2019如何将主菜单从标题栏移到单独一行
    最近学到的东西
    线上问题处理相关思考
    mybatis+spring
    jenkins
    自动化case校验点
    Sqlserver大数据迁移,导出-》导入(BULK INSERT)
    阿里P7大佬带你解密Sentinel
    《高可用系列》-限流神器Sentinel,不了解一下吗?
  • 原文地址:https://www.cnblogs.com/zerogo/p/2209093.html
Copyright © 2011-2022 走看看