选项卡制作
2018-06-24 00:54:54来源:未知 阅读 ()
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>选项卡</title> </head> <style>
/*复位*/
*{padding:0;margin:0;} div#tabs{ width:600px; height:400px; margin:100px auto; position:relative; } .tab{ width:100px; height:50px; position:absolute; top:0; } input.tab{ z-index:11; opacity:0; cursor:pointer; } a.tab{ z-index:10; text-align:center; line-height:50px; text-decoration:none; color:black; font-size:30px; } .tab1{ left:0px; } .tab2{ left:100px; } .tab3{ left:200px; } /*鼠标滑过*/ input.tab:hover+a{ background-color:#ccc; } /*鼠标点击*/ input.tab:checked+a{ border:1px solid #ccc; border-bottom:none; background-color:white; } /*scroll设置*/ div#scroll{ position:absolute; top:50px; width:100%; height:350px; border:1px solid #ccc; overflow:hidden; } div#scroll>div.content{ width:100%; height:100%; position:absolute; top:0; left:100%; padding:15px; transition:all 0.6s linear; } input.tab1:checked~div#scroll>div.content1, input.tab2:checked~div#scroll>div.content2, input.tab3:checked~div#scroll>div.content3{ left:0%; } </style> <body> <div id="tabs"> <input type="radio" name="tab" class="tab tab1" checked /> <a href="#" class="tab tab1">选项一</a> <input type="radio" name="tab" class="tab tab2"/> <a href="#" class="tab tab2">选项二</a> <input type="radio" name="tab" class="tab tab3"/> <a href="#" class="tab tab3">选项三</a> <div id="scroll"> <div class="content content1"> 哈哈111<br/> 哈哈111<br/> 哈哈111<br/> 哈哈111<br/> 哈哈111<br/> </div> <div class="content content2"> 哈哈222<br/> 哈哈222<br/> 哈哈222<br/> 哈哈222<br/> 哈哈222<br/> </div> <div class="content content3"> 哈哈333<br/> 哈哈333<br/> 哈哈333<br/> 哈哈333<br/> 哈哈333<br/> </div> </div> </div> </body> </html>
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- 使用 Apache SSI(Server Side Includes) 制作多语言版静态网 2020-06-01
- 13.制作一个直角三角形 2020-04-17
- 9.使用CSS样式,自己制作单选框样式和选中功能 2020-04-11
- 表单元素 2020-04-05
- CSS选择器的类型介绍 2020-03-25
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash