forked from dapeng2464/Online-Book-Store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.html
122 lines (115 loc) · 4.58 KB
/
header.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Book Store Header File</title>
<link href="css/global.css" rel="stylesheet" type="text/css" />
<link href="css/template.css" rel="stylesheet" type="text/css" />
<script src="js/menu_tree.js" type="text/javascript"></script>
</head>
<body>
<!--Top part-->
<div class="header_top">
<div class="header_top_left">Welcome to Book Store [<a href="login.html" target="_parent">Login</a> | <a href="register.html" target="_parent">Register</a>]</div>
<div class="header_top_right">
<ul>
<li><a href="#" target="_self">Help</a></li>
<li>|</li>
<li onmouseover="myddang_show('dd_menu_top_down')" onmouseout="myddang_hidden('dd_menu_top_down')"><a href="#" target="_self">Your Account</a> <img src="images/dd_arrow_down.gif" alt="arrow" />
<div id="dd_menu_top_down">
<a href="#" target="_self">Your Orders</a><br />
<a href="#" target="_self">Your Wish List</a><br />
<a href="#" target="_self">Your Coupon</a><br />
<a href="#" target="_self">Your Credit</a><br />
</div>
</li>
<li>|</li>
<li><a href="#" target="_self">Language</a></li>
<li>|</li>
<li><a href="#" target="_self">Gift Card</a></li>
<li>|</li>
<li><a href="#" target="_self">Recommendations</a></li>
</ul>
</div>
</div>
<!--Head part-->
<div class="header_middle">
<div class="logo"><img src="images/logo.PNG" alt="logo"/></div>
<div class="menu_left">
<dl>
<dd class="menu_left_first"></dd>
</dl>
<ul id="menu_left_bold">
<li><a href="index.html" target="_parent" class="bold">HOME PAGE</a></li>
<li>|</li>
<li><a href="#" target="_parent" class="bold">BOOKS</a></li>
<li>|</li>
<li><a href="#" target="_self" class="bold">FASHION</a></li>
<li>|</li>
<li><a href="#" target="_self" class="bold">MUSIC</a></li>
<li>|</li>
<li><a href="#" target="_self" class="bold">KIDS</a></li>
<li>|</li>
<li><a href="#" target="_self" class="bold">HOME</a></li>
<li>|</li>
<li><a href="#" target="_self" class="bold">ELECTRONICS</a></li>
<li>|</li>
<li><a href="#" target="_self" class="bold">BABY</a></li>
<li>|</li>
<li><a href="#" target="_self" class="bold">SALE</a></li>
</ul>
<dl>
<dd class="menu_left_end"></dd>
</dl>
</div>
<div class="menu_right" id="menu_dull_red">
<ul>
<li><img src="images/dd_header_shop.gif" alt="shopping"/></li>
<li><a href="shopping.html" target="_parent">Shopping Cart</a></li>
</ul>
</div>
<div class="menu">
<div class="menu_first"></div>
<div id="menu_white">
<a href="#" target="_self" class="menu_mid_white">ARTS</a>|
<a href="#" target="_self" class="menu_mid_white">BIOGRAPHY</a>|
<a href="#" target="_self" class="menu_mid_white">COMPUTERS</a>|
<a href="#" target="_self" class="menu_mid_white">COOKBOOKS</a>|
<a href="#" target="_self" class="menu_mid_white">FICTIONS</a>|
<a href="#" target="_self" class="menu_mid_white">GRAPHIC NOVELS</a>|
<a href="#" target="_self" class="menu_mid_white">HISTORY</a>|
<a href="#" target="_self" class="menu_mid_white">POETRY</a>|
<a href="#" target="_self" class="menu_mid_white">ROMANCE</a>|
<a href="#" target="_self" class="menu_mid_white">SPORTS&FITNESS</a>|
<a href="#" target="_self" class="menu_mid_white">TRAVEL</a>|
<a href="#" target="_self" class="menu_mid_white">ALL TYPES</a>
</div>
<div class="menu_end"></div>
</div>
</div>
<!--Search Part-->
<div class="header_search">
<div class="header_serach_left"></div>
<div class="header_serach_mid">
<ul id="header_serach_mid_menu">
<li><input id="header_serach" type="text" class="header_input_search" /></li>
<li><input type="image" class="header_secrch_btn" src="images/dd_header_search_btn.jpg" /></li>
<!--<li><img src="images/dd_arrow_right.gif" alt="arrow"/> <a href="#" target="_self">SEARCH</a></li><li>|</li>-->
<li><img src="images/dd_header_search_top.jpg" alt="TOP SEARCH"/></li>
<li><a href="#" target="_self">JavaScript</a></li>
<li>|</li>
<li><a href="#" target="_self">HTML</a></li>
<li>|</li>
<li><a href="#" target="_self">CSS</a></li>
<li>|</li>
<li><a href="#" target="_self">Android</a></li>
<li>|</li>
<li><a href="#" target="_self">IOS</a></li>
<li>|</li>
<li><a href="#" target="_self">MORE>></a></li>
</ul>
</div>
<div class="header_serach_right"></div>
</div>
</body>
</html>