蒹葭by八爪南宫书包网:不错的二级菜单 HTML代码:怎么操作这些东东?

来源:百度文库 编辑:查人人中国名人网 时间:2024/04/20 15:19:47
<html>
<head>
<title>javascriptboy</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<STYLE type=text/css>
.submenu {
Z-INDEX: 2; LEFT: -100px; VISIBILITY: hidden; WIDTH: 500px; POSITION: absolute; TOP: 69px; HEIGHT: 22px; BACKGROUND-COLOR: #eaea02
}
a { font-family: "Tahoma"; font-size: 12px; color: #000000; text-decoration: none}
a:hover { font-family: "Tahoma"; font-size: 12px; color: #00CCFF; text-decoration: none}
</STYLE>
<SCRIPT>
// Ultimate client-side JavaScript client sniff.
// (C) Netscape Communications 1999. Permission granted to reuse and distribute.
// Revised 17 May 99 to add is_nav5up and is_ie5up (see below).

// Everything you always wanted to know about your JavaScript client
// but were afraid to ask. Creates "is_" variables indicating:
// (1) browser vendor:
// is_nav, is_ie, is_opera
// (2) browser version number:
// is_major (integer indicating major version number: 2, 3, 4 ...)
// is_minor (float indicating full version number: 2.02, 3.01, 4.04 ...)
// (3) browser vendor AND major version number
// is_nav2, is_nav3, is_nav4, is_nav4up, is_nav5, is_nav5up, is_ie3, is_ie4, is_ie4up
// (4) JavaScript version number:
// is_js (float indicating full JavaScript version number: 1, 1.1, 1.2 ...)
// (5) OS platform and version:
// is_win, is_win16, is_win32, is_win31, is_win95, is_winnt, is_win98
// is_os2
// is_mac, is_mac68k, is_macppc
// is_unix
// is_sun, is_sun4, is_sun5, is_suni86
// is_irix, is_irix5, is_irix6
// is_hpux, is_hpux9, is_hpux10
// is_aix, is_aix1, is_aix2, is_aix3, is_aix4

不好意思,代码不全,无法解答~