博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
jquery Tabs选项卡切换
阅读量:6154 次
发布时间:2019-06-21

本文共 1554 字,大约阅读时间需要 5 分钟。

效果:

 

 

HTML部分:

	
jquery Tabs选项卡切换
  • 概况
  • 行政
  • 经济
  • 教育
  • 福利
  • 风土人情
1这是内容这是内容这是内容这是内容 这是内容这是内容这是内容这是内容 这是内容这是内容这是内容这是内容 这是内容这是内容这是内容这是内容

 

css部分:

*{		margin:0;		padding: 0;	}.clearfix:after{	content: ".";	display: block;	height: 0;	visibility: hidden;	clear: both;}.clearfix{*zoom:1;}.country-profile {width: 500px;height: 220px;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;background-color: #eee;}li{    	list-style: none;    }.tab-content {margin-top: -20px;padding: 10px;}    .tabs-title {display: inline-block;}.tabs-title li{	float: left;}.tab-common {	width: 82px;	padding: 5px 0;	background-color: #333;	color: #fff;	margin-left: 1px;	text-align: center;	cursor: pointer;}.tabActive{	position: relative;	color:orange;}.tabActive:after{	content: '';	border-style: solid;	border-width: 0 4px 8px 4px;	border-color:transparent transparent #fff transparent;	position: absolute;	bottom:-2px;	left:50%;	margin-left: -4px;}.country-flag {	width:240px;	height: 203px;        float: left;}

  

 

转载于:https://www.cnblogs.com/kevinCoder/p/4457582.html

你可能感兴趣的文章
[20170628]12C ORA-54032.txt
查看>>
linux运维人员的成功面试总结案例分享
查看>>
Windows DHCP Server基于MAC地址过滤客户端请求实现IP地址的分配
查看>>
命令查询每个文件文件数
查看>>
《跟阿铭学Linux》第8章 文档的压缩与打包:课后习题与答案
查看>>
RAC表决磁盘管理和维护
查看>>
Apache通过mod_php5支持PHP
查看>>
发布一个TCP 吞吐性能测试小工具
查看>>
java学习:jdbc连接示例
查看>>
PHP执行批量mysql语句
查看>>
Extjs4.1.x 框架搭建 采用Application动态按需加载MVC各模块
查看>>
Silverlight 如何手动打包xap
查看>>
建筑电气暖通给排水协作流程
查看>>
JavaScript面向对象编程深入分析(2)
查看>>
linux 编码转换
查看>>
POJ-2287 Tian Ji -- The Horse Racing 贪心规则在动态规划中的应用 Or 纯贪心
查看>>
Windows8/Silverlight/WPF/WP7/HTML5周学习导读(1月7日-1月14日)
查看>>
关于C#导出 文本文件
查看>>
使用native 查询时,对特殊字符的处理。
查看>>
maclean liu的oracle学习经历--长篇连载
查看>>