日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

功能最完善,代码最简洁的选项卡代码(div+css)

發布時間:2023/12/29 编程问答 32 豆豆
生活随笔 收集整理的這篇文章主要介紹了 功能最完善,代码最简洁的选项卡代码(div+css) 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
<html>
<head>
<meta http-equiv="Content-Type" c />
<title>yahoo 標簽</title>
<style type="text/css">
.tag_box { width:400px; height:126px; border:1px solid #B0BEC7; font:12px Arial, Helvetica, sans-serif; margin:50px; overflow:hidden}
.tag_box ul.menulist { width:402px; height:20px; overflow:hidden; margin:0}
.tag_box ul.menulist li { float:left; width:80px; text-align:center; height:19px; line-height:19px; background:url(tag_bg1.gif) repeat-x; position:relative; list-style-type:none}
.tag_box ul.menulist li a { color:#18397C; text-decoration:none; display:block; width:80px; background:url(tag_pipe.gif) no-repeat right 1px; border-bottom:1px solid #93A6B4;}
.tag_box ul.menulist li a:hover { text-decoration:underline;}
.tag_box ul.menulist li a.curMenu { background:url(tag_bg2.gif) repeat-x; border:1px solid #91A7B4; border-bottom:none; width:81px; position:absolute; color:#c63; font-weight:bold; left:-1px;top:-1px; height:21px; z-index:100}
.tag_box a.nonebg{ background:none;}
.tag_content { padding:6px; clear:both}
.tag_content img.bigConImg {border:1px solid #788a98; display:block; float:left}
.tag_content h5 {padding:2px 0px; margin:3px 6px; float:left; text-align:center; width:250px; background-color:#f7f7f7}
.tag_content a {text-decoration:none; color:#16387c}
.tag_content a:hover {text-decoration:underline;}
.tag_content p { margin:0; padding:2px 6px; float:left; line-height:18px}
.tag_content ul { margin:0px 3px 0px 3px; padding:0; float:left;}
.tag_content li { margin-left:20px; margin-bottom:3px}
</style>
<script type="text/javascript" src="http://www.happyshow.org/sample/20060926/switchTag.js"></script>
</head>
<body >
<div class="tag_box" id="tag_menu">
<ul class="menulist" id="menulist">
<li><a href="#"? ?class="curMenu">Home</a></li>
<li><a href="#"??>Software</a></li>
<li><a href="#"??>roduct</a></li>
<li><a href="#"??>AboutUs</a></li>
<li><a href="#"??>ContactUs</a></li>
</ul>
<!--
-->
<div id="tag_content_1" class="tag_content">
??<img src="http://www.happyshow.org/sample/20060926/images/tag_1_img.jpg" class="bigConImg">
??<h5><a href="#">Supercars for the super-richHome</a></h5>
??<p>For those who can drop six figures on a car, there's a fresh crop of shiny new 2007 models. &raquo; <a href="#">More</a></p>
</div>
<div id="tag_content_2" class="tag_content">
??<img src="http://www.happyshow.org/sample/20060926/images/tag_2_img.jpg" class="bigConImg">
??<h5><a href="#">Time and again Software</a></h5>
??<ul>
? ?<li><a href="#">Negroponte says U.S. not at higher risk</a></li>
? ?<li><a href="#">U.S. to relax ban of liquids on planes</a></li>
? ?<li><a href="#">U.S. pursues closer ties with Kazakhstan</a></li>
? ?
??</ul>
</div>
<div id="tag_content_3" class="tag_content">
??<img src="http://www.happyshow.org/sample/20060926/images/tag_3_img.jpg" class="bigConImg">
??<h5><a href="#">Saints' storybook return Product</a></h5>
??<p>In front of a sellout Superdome crowd, New Orleans rides the emotional wave to victory over Atlanta. &raquo; <a href="#">More</a></p>
</div>
<div id="tag_content_4" class="tag_content">
??<img src="http://www.happyshow.org/sample/20060926/images/tag_4_img.jpg" class="bigConImg">
??<h5><a href="#">Fall foliage alternatives AboutUs</a></h5>
??<p>Dieting with a partner can be motivating, but presents unexpected challenges as well. &raquo; <a href="#">More</a></p>
</div>
<div id="tag_content_5" class="tag_content">
??<img src="http://www.happyshow.org/sample/20060926/images/tag_5_img.jpg" class="bigConImg">
??<h5><a href="#">10 ways to earn more pay ContactUs</a></h5>
??<p>Why settle for your current salary and benefits when you can negotiate for more? &raquo; <a href="#">More</a></p>
</div>? ?
</div>
修改:
<ul style="font:11px Tahoma">
<li>每隔一段時間自動循環切換Tag (修改于 2006-10-10)</li>
</ul>
<div style="font:12px '宋體'; margin-top:50px">Writen By <a href="http://www.happyshow.org" target="_blank" >快樂笛子</a></div>
</body>
</html>

轉載于:https://www.cnblogs.com/liufei88866/archive/2007/12/27/1017348.html

總結

以上是生活随笔為你收集整理的功能最完善,代码最简洁的选项卡代码(div+css)的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。