五月综合缴情婷婷六月,色94色欧美sute亚洲线路二,日韩制服国产精品一区,色噜噜一区二区三区,香港三级午夜理伦三级三

您現(xiàn)在的位置: 365建站網(wǎng) > 365文章 > 純CSS后臺框架

純CSS后臺框架

文章來源:365jz.com     點擊數(shù):735    更新時間:2011-02-16 18:18   參與評論

實質(zhì)就是一個切換卡,關(guān)鍵是如何讓鼠標從按鈕移到面板上時,面板不會消失。用到div:hover與CSS3圓角

<!DOCTYPE HTML>
<html>
<head>
<title>純CSS后臺框架 by 司徒正美</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
.main_console
{
border-top
:30px solid #c2e1f8;
padding
: 40px;
background
: #c2e1f8;
height
:500px;
border-radius
:10px;
position
:relative;
}
.main_client
{
position
:absolute;
width
:800px;
height
:500px;
top
:0;
left
:150px;
z-index
:1;
border-radius
:10px;
background
:#8ed2f3;
}
.column_title
{
width
:150px;
height
:30px;
border-top
:1px solid #fff;
border-left
:1px solid #fff;
border-bottom
:1px solid #3183a1;
line-height
:30px;
text-align
:center;
color
:#3183a1;
font-size
:12px;
}
.main_column:hover .column_title
{
background
:#8ed2f3;
color
:#fff;
}
/*.main_panel_wraper的作用是用于防止它移到面板上時面板立即消失*/
.main_panel_wraper
{
position
:absolute;
left
:148px;/*注意這里,一定要把它與main_column處于交集狀態(tài)*/
top
:0;
z-index
:2;
display
:none;
width
:800px;
height
:500px;
}
.main_column:hover .main_panel_wraper
{
display
:block;
}
/*真正用于放置內(nèi)容的地方*/
.main_panel
{
width
:780px;
height
:480px;
border-radius
:10px;
margin
:10px;
background
:#dff9fb;
}
</style>
</head>
<body>
<div class="main_console">
<div class="main_column">
<div class="column_title">AAAAA</div>
<div class="main_panel_wraper">
<div class="main_panel">AAAA的面板</div>
</div>
</div>
<div class="main_column">
<div class="column_title">BBBB</div>
<div class="main_panel_wraper">
<div class="main_panel">BBBB的面板</div>
</div>
</div>
<div class="main_column">
<div class="column_title">CCCC</div>
<div class="main_panel_wraper">
<div class="main_panel">CCCC的面板</div>
</div>
</div>
<div class="main_column">
<div class="column_title">DDDD</div>
<div class="main_panel_wraper">
<div class="main_panel">DDDD的面板</div>
</div>
</div>
<div class="main_client"></div>
</div>
</body>
</html>

如對本文有疑問,請?zhí)峤坏浇涣髡搲?,廣大熱心網(wǎng)友會為你解答??! 點擊進入論壇

發(fā)表評論 (735人查看,0條評論)
請自覺遵守互聯(lián)網(wǎng)相關(guān)的政策法規(guī),嚴禁發(fā)布色情、暴力、反動的言論。
昵稱:
最新評論
------分隔線----------------------------

其它欄目

· 建站教程
· 365學習

業(yè)務咨詢

· 技術(shù)支持
· 服務時間:9:00-18:00
365建站網(wǎng)二維碼

Powered by 365建站網(wǎng) RSS地圖 HTML地圖

copyright © 2013-2024 版權(quán)所有 鄂ICP備17013400號