div与css的一个排版案例,选项卡
javascript
python
shell
powershell
python模块
php编程
php实例
asp.net
正则表达式
nginx
apache
linux
linux命令
centos
ubuntu
mysql
sql数据库
css教程
首页
脚本编程
网站编程
数据库
系统管理
服务器管理
网页教程
软件教程
电脑教程
手机教程
工具软件
电子书籍
php实例
shell脚本
jquery选择器
python模拟登录
linux命令
nginx
apache
当前位置:
首页
>
脚本特效
>
网页布局
> 正文
div与css的一个排版案例,选项卡
发布时间:2019-09-27
编辑:
脚本学堂
div与css的一个排版案例,选项卡
<!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> <FCK:meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>DIV CSS排版</title> <style type="text/css"> </style> <script type="text/
javascript
" language="javascript"> function test_item(n){ var menu = document.getElementById("menu"); var menuli = menu.getElementsByTagName("li"); for(var i = 0; i< menuli.length;i++){ menuli[i].className= ""; menuli[n].className="yes"; document.getElementById("test"+ i).className = "no"; document.getElementById("test"+ n).className = "content"; } } </script> </head> <body> <div class="test"> <ul id="menu"> <li class="yes" onclick_fckprotectedatt="%20onclick%3D%22javascript%3Atest_item(0)%3B%22"><a href="#" _fcksavedurl="#" onfocus_fckprotectedatt="%20onfocus%3D%22this.blur()%22">首页</a></li> <li onclick_fckprotectedatt="%20onclick%3D%22javascript%3Atest_item(1)%3B%22"><a href="#" _fcksavedurl="#" onfocus_fckprotectedatt="%20onfocus%3D%22this.blur()%22">连接一</a></li> <li onclick_fckprotectedatt="%20onclick%3D%22javascript%3Atest_item(2)%3B%22"><a href="#" _fcksavedurl="#" onfocus_fckprotectedatt="%20onfocus%3D%22this.blur()%22">连接二</a></li> <li onclick_fckprotectedatt="%20onclick%3D%22javascript%3Atest_item(3)%3B%22"><a href="#" _fcksavedurl="#" onfocus_fckprotectedatt="%20onfocus%3D%22this.blur()%22">连接三</a></li> <li onclick_fckprotectedatt="%20onclick%3D%22javascript%3Atest_item(4)%3B%22"><a href="#" _fcksavedurl="#" onfocus_fckprotectedatt="%20onfocus%3D%22this.blur()%22">连接四</a></li> </ul> <div class="content" id="test0"> 首页内容 </div> <div id="test1" class="no"> 连接一内容 </div> <div id="test2" class="no"> 连接二内容 </div> <div id="test3" class="no"> 连接三内容 </div> <div id="test4" class="no"> 连接四内容 </div> </div> </body> </html>
提示:可修改代码后再运行!
上一篇:
Js控制div属性变化
下一篇:
使用jQuery插件实现的网页选项卡
与 div与css的一个排版案例,选项卡 有关的文章
使用jQuery插件实现的网页选项卡
js实现的网页TAB选项卡
基本的网页选项卡代码
本文标题:
div与css的一个排版案例,选项卡
本页链接:
http://www.jb200.com/tx/22.html
浏览排行
1
使用jquery实现的可伸缩与展开的层控制面板
2
基于jQuery的面板收缩与展开的特效
3
Jquery控制显示隐藏层
4
基于jquery实现的div层沿不同方向移动的动画
5
时间可控的jquery层的show和hide效果
6
鼠标悬停显示提示信息窗口,基于jQuery的层
7
基于jquery实现的可自动判断位置的弹出层代
8
jQuery控制DIV由大到小,由远及近的变化
9
两例Div平行不覆盖
10
基本的网页选项卡代码
栏目分类
菜单导航
网页布局
背景特效
广告代码
图片特效
CSS相关
日期时间
文本链接
表单及按钮
表格相关
计算转换
其它
栏目导航
脚本
服务器
数据库
python
linux
linux命令
shell脚本
javascript
javascript数组
jquery
jquery选择器
jquery事件
jquery菜单
python列表
python爬虫
python模拟登录
php编程
php教程
php面试题
php随机数
php数组
php分页
php正则
php排序
asp.net
批处理
正则表达式
mysql
mysql分页
mysql存储过程
mysql日志
mysql教程
sql数据库
nginx
apache
手机教程
热点文章
1
js实现的网页TAB选项卡
2
jQuery实现连续动画效果
3
使用jQuery实现鼠标滑过时展开与闭合一个层
4
jQuery实现按步骤展开与闭合一个层
5
使用jquery的动画特效实现缩放一个层
6
jQuery控制DIV由大到小,由远及近的变化
7
JS代码实现的鼠标拖曳图层效果
8
漂亮的JS窗口拖拽(改变大小/最小化/最大化
9
基于JavaScript的鼠标提示效果(文字与图片切
10
仿新浪微博效果的智能的消息浮动层
关于本站
|
网站地图
|
联系我们
|
免责声明
|
友情链接
鄂ICP备13010364号-22
CopyRight © 2010-2021
脚本学堂
Jb200.com , All Rights Reserved.