TaoBao網上的那個TabPage的樣式

來源:互聯網
上載者:User
提示:您可以先修改部分代碼再運行

<html><head><title>JoeCom 's BLOG = http://blog.111cn.net/juwuyi </title><style>body {font-size:12px;font-family:宋體}ul.TabBarLevel1{list-style:none;margin:0;padding:0;height:29px;background-image:url(yun_qi_img/tabbar_level1_bk.gif);}ul.TabBarLevel1 li{float:left;padding:0;height:29px;margin-right:1px;background:url(yun_qi_img/tabbar_level1_slice_left_bk.gif) left top no-repeat;}ul.TabBarLevel1 li a{display:block;line-height:29px;padding:0 20px;color:#333;background:url(yun_qi_img/tabbar_level1_slice_right_bk.gif) right top no-repeat;white-space: nowrap;}ul.TabBarLevel1 li.Selected{background:url(yun_qi_img/tabbar_level1_slice_selected_left_bk.gif) left top no-repeat;}ul.TabBarLevel1 li.Selected a{background:url(yun_qi_img/tabbar_level1_slice_selected_right_bk.gif) right top no-repeat;}ul.TabBarLevel1 li a:link,ul.TabBarLevel1 li a:visited{color:#333;}ul.TabBarLevel1 li a:hover,ul.TabBarLevel1 li a:active{color:#F30;text-decoration:none;}ul.TabBarLevel1 li.Selected a:link,ul.TabBarLevel1 li.Selected a:visited{color:#000;}ul.TabBarLevel1 li.Selected a:hover,ul.TabBarLevel1 li.Selected a:active{color:#F30;text-decoration:none;}div.HackBox { padding : 2px 2px ; border-left: 2px solid #6697CD; border-right: 2px solid #6697CD; border-bottom: 2px solid #6697CD;}</style></head><body><div id="Whatever"><ul class="TabBarLevel1" id="TabPage1"><li id="Tab1">寶貝詳情</li><li id="Tab2" class="Selected">其他資訊</li><li id="Tab3">出價記錄</li><li id="Tab4">留言簿</li></ul><div class="HackBox">代碼如下:<TEXTAREA ID=txtComments rows=20 ><html><head><title>JoeCom 's BLOG= http://blog.111cn.net/juwuyi </title><style>body {font-size:12px;font-family:宋體}ul.TabBarLevel1{list-style:none;margin:0;padding:0;height:29px;background-image:url(yun_qi_img/tabbar_level1_bk.gif);}ul.TabBarLevel1 li{float:left;padding:0;height:29px;margin-right:1px;background:url(yun_qi_img/tabbar_level1_slice_left_bk.gif) left top no-repeat;}ul.TabBarLevel1 li a{display:block;line-height:29px;padding:0 20px;color:#333;background:url(yun_qi_img/tabbar_level1_slice_right_bk.gif) right top no-repeat;white-space: nowrap;}ul.TabBarLevel1 li.Selected{background:url(yun_qi_img/tabbar_level1_slice_selected_left_bk.gif) left top no-repeat;}ul.TabBarLevel1 li.Selected a{background:url(yun_qi_img/tabbar_level1_slice_selected_right_bk.gif) right top no-repeat;}ul.TabBarLevel1 li a:link,ul.TabBarLevel1 li a:visited{color:#333;}ul.TabBarLevel1 li a:hover,ul.TabBarLevel1 li a:active{color:#F30;text-decoration:none;}ul.TabBarLevel1 li.Selected a:link,ul.TabBarLevel1 li.Selected a:visited{color:#000;}ul.TabBarLevel1 li.Selected a:hover,ul.TabBarLevel1 li.Selected a:active{color:#F30;text-decoration:none;}div.HackBox { padding : 2px 2px ; border-left: 2px solid #6697CD; border-right: 2px solid #6697CD; border-bottom: 2px solid #6697CD;}</style></head><body><div id="Whatever"><ul class="TabBarLevel1" id="TabPage1"><li id="Tab1">寶貝詳情</li><li id="Tab2" class="Selected">其他資訊</li><li id="Tab3">出價記錄</li><li id="Tab4">留言簿</li></ul><div class="HackBox"><br><br>XXXXXXXX<br></div></div><script language="JavaScript">//Switch Tab Effectfunction switchTab(tabpage,tabid){ var oItem = document.getElementById(tabpage); for(var i=0;i<oItem.children.length;i++){var x = oItem.children(i);x.className = "";var y = x.getElementsByTagName('a');y[0].style.color="#333333";}document.getElementById(tabid).className = "Selected";}</script></body></html>
提示:您可以先修改部分代碼再運行
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.