HTML练习_三级导航

  1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2 <html xmlns="http://www.w3.org/1999/xhtml">
  3 <head>
  4 <style type="text/css">
  5
  6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7 <title>三级导航菜单</title>
  8 *
  9 {
 10     margin:0px;
 11     padding:0px;
 12 }
 13
 14 .a
 15 {
 16     height:40px;
 17     width:120px;
 18     left:200px;
 19     top:40px;
 20     line-height:40px;
 21     overflow:hidden;
 22     text-align:center;
 23     background-color:#90F;
 24     position:absolute;
 25 }
 26
 27 .aa
 28 {
 29     height:40px;
 30     width:120px;
 31     left:200px;
 32     top:40px;
 33     line-height:40px;
 34     overflow:visible;
 35     text-align:center;
 36     background-color:#F6C;
 37     position:absolute;
 38 }
 39
 40 #b
 41 {
 42     height:90px;
 43     width:120px;
 44     text-align:center;
 45     vertical-align:middle;
 46     position:absolute;
 47 }
 48
 49 table
 50 {
 51
 52     height:90px;
 53     width:120px;
 54     border:0px;
 55     text-align:center;
 56     vertical-align:middle;
 57 }
 58
 59 .caijing
 60 {
 61     height:30px;
 62     width:120px;
 63     left:0px;
 64     top:0px;
 65     position:absolute;
 66     overflow:hidden;
 67 }
 68
 69 #yinhang
 70 {
 71     height:30px;
 72     width:120px;
 73     left:120px;
 74     top:0px;
 75     background-color:#F0F;
 76     position:absolute;
 77 }
 78
 79 .yinhang
 80 {
 81     height:30px;
 82     width:120px;
 83     left:0px;
 84     top:0px;
 85     overflow:visible;
 86     position:absolute;
 87 }
 88
 89
 90 .tiyu
 91 {
 92     height:30px;
 93     width:120px;
 94     left:0px;
 95     top:30px;
 96     position:absolute;
 97     overflow:hidden;
 98 }
 99
100 .yule
101 {
102     height:30px;
103     width:120px;
104     left:0px;
105     top:60px;
106     position:absolute;
107     overflow:hidden;
108 }
109
110
111 #lanqiu
112 {
113     height:30px;
114     width:120px;
115     left:120px;
116     top:0px;
117     background-color:#00F;
118     position:absolute;
119 }
120
121 .lanqiu
122 {
123     height:30px;
124     width:120px;
125     left:0px;
126     top:30px;
127     overflow:visible;
128     position:absolute;
129 }
130
131
132
133 #mingxing
134 {
135     height:30px;
136     width:120px;
137     left:120px;
138     top:0px;
139     background-color:#FF0;
140     position:absolute;
141 }
142
143 .mingxing
144 {
145     height:30px;
146     width:120px;
147     left:0px;
148     top:60px;
149     overflow:visible;
150     position:absolute;
151 }
152
153 </style>
154
155 </head>
156
157 <body>
158 <div class = "a"  onmouseover="this.className=‘aa‘" onmouseout="this.className=‘a‘">新闻
159
160 <div id="b"><table cellspacing="0" cellpadding="0">
161
162
163 <tr><td height="30" width="120" bgcolor="#FFFF00">
164 <div class="caijing" onmouseover="this.className=‘yinhang‘" onmouseout="this.className=‘caijing‘">财经
165 <div id="yinhang">银行</div> </div></td> </tr>
166
167 <tr><td height="30" width="120" bgcolor="#FF0000">
168 <div class="tiyu" onmouseover="this.className=‘lanqiu‘" onmouseout="this.className=‘tiyu‘">体育
169 <div id="lanqiu">篮球</div> </div></td> </tr>
170
171 <tr><td height="30" width="120" bgcolor="#00FF00">
172 <div class="yule" onmouseover="this.className=‘mingxing‘" onmouseout="this.className=‘yule‘">娱乐
173 <div id="mingxing">明星</div>  </div> </td> </tr>
174
175 </table>
176 </div></div>
177
178
179 </body>
180 </html>

时间: 2024-12-09 01:17:42

HTML练习_三级导航的相关文章

jquery实现的三级导航菜单实例代码

jquery实现的三级导航菜单实例代码:使用最多的可能是二级导航菜单,所以网上的代码一大堆,三级菜单的代码也很多,不过相对较少一些,本章节通过一个代码实例详细介绍一下三级导航菜单的实现过程,代码如下: <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta nam

三级导航

三级导航 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> * { margin: 0; padding: 0; } .qq { width:1050px; height: 50px; border: 1px solid #ccc; margin

用css实现三级导航菜单

主要使用css的hover伪类来实现该功能. 主要思路:先搭出三级菜单的框架,然后使用css的:hover来实现! 代码如下: <!doctype html> <html> <head> <meta charset="utf-8"> <title>三级导航菜单</title> <style type="text/css"> body{font-size: 12px;} .menu1,

php实现三级导航栏效果

首先看看效果图: 1.数据配置文件 db.php <?php return array( array( 'one' => '关于我们', 'two' => array( array( 'three_tit' => '公司介绍', 'three_cont' => array( '企业概况', '组织架构', '发展历程', '企业文化', '服务理念' ) ), array( 'three_tit' => '企业荣誉', 'three_cont' => array(

【CSS】纯CSS实现三级导航(模板)

以前觉得级联导航实现应该很简单,就是使用css的hover属性来实现就可以了,于是也没有过多地留意实践.可是在最近的面试当中,当被问到这个问题的时候才明白,很多东西不能想当然地以为这样做就可以了,不单只是知道大概的思路就认为OK了,更需要实际的动手能力. 后来就实际操作了级联菜单的实现,借此机会把它弄成一个模板来和大家一起学习. 以下是HTML部分: <!DOCTYPE html> <html> <head> <meta charset="utf-8&q

简单实现三级导航栏

简单实现三级导航栏效果,如图: 代码如下: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> *{margin: 0;padding: 0;} li{ list-style: none; float: left; width: 100px; heig

jquery三级导航,级联菜单精简

这是使用jQuery编辑的二级导航栏,效果是这样的. 而事实上,关于样式部分完全可以自由布局和修改,只要结构正确就行. 1.下面是html部分 <ul id="nav"> <li><a href="#">一级导航1</a></li> <li><a href="#">一级导航2</a> <ul> <li><a href=&q

php 三级导航及无限级扩展的一些心得

前段时间给个客户做网站,这个导航分的比较细:自己在做的时候有些心得.记录下来 供大家参考 数据库导航表的对应关系 ID = 自增 唯一 PID = 二级的PID 对应一级 ID   三级的PID 对应二级的ID .....以此类推 建立之后取出来的时候 就是 Array ( [0] => Array ( [cat_id] => 1 [cat_pid] => 0 ) [1] => Array ( [cat_id] => 2 [cat_pid] =>1 ) [2] =>

python实例_三级菜单

一,作者介绍 吴海东:My Blog:http://www.cnblogs.com/whd-672701 二,程序说明 1. 运行程序输出第一级菜单 2. 选择一级菜单某项,输出二级菜单,同理输出三级菜单 3. 菜单数据保存在文件中 4. 让用户选择是否要退出 5. 有返回上一级菜单的功能 创建一个写有三层菜单的文件"3leve",菜单内容可以自定义. 脚本例子 with open("3level",'r',encoding="utf-8") a