首页 > 代码库 > xZhe 手风琴效果

xZhe 手风琴效果

css样式

.xZhe{border:0; margin:0px auto;overflow:hidden; position:relative;}

.tabs{ position:absolute;left:0px;top:0px; height:300px;width:500px;}

.tabs2{ position:absolute;left:0px;top:0px; height:300px;width:300px;}

javascript

$("#xZhe").xZhe();

手风琴效果说明:效果简单实现,但基本功能是完善的,兼容各种浏览器。如需美化请自行修改样式,本效果只为开发方便而实现的!

更多参数配置点击查看demo

点击这里下载源码

原文地址 http://haiqiancun.com/bbs/bbsPage/0/detail/297e9e7946a599780146a5a38dde0003/1/20140904144958



xZhe 手风琴效果