<!
<head>
<meta http
<title>jquery 滑動選項卡實例效果代碼</title>
<link rel="stylesheet" href="css教程/general
<!
<link rel="stylesheet" href="css/ie
<![endif]>
</head>
<body>
<a id="logo" title="go to yensdesign
<ul>
</div>
<div class="content links">
<h
<ul>
<li><img src="css/images/bullet
<script type="text/javascript" src="tabs
</body>
</html>
沒有什麼可以評論在這裡
第
在這裡有一個必須說的小動作
新聞內容
內容教程
內容鏈接
我們重用的類稱為"內容"
@charset "utf
/******* general reset *******/
html
font
tfoot
border:
font
font
font
font
margin:
padding:
vertical
}
body{
background: #fff;
line
font
font
margin:
cursor:default;
overflow: hidden;
}
html
height:
text
}
clear: both;
height:
visibility: hidden;
display: block;
}
a{
text
}
/******* general reset *******/
/******* logo *******/
#logo{
margin
display: block;
}
/******* /logo *******/
/******* menu *******/
#container{
margin:
width:
}
#container ul{
list
list
}
#container ul
float: left;
margin
margin
}
#container ul
font
display: block;
padding:
background: #efefef;
margin
border:
border
position: relative;
color: #
cursor: pointer;
}
#container ul
background: #fff;
top:
border
color: #
}
/******* /menu *******/
/******* content *******/
margin:
background: #efefef;
background: #fff;
border:
text
padding:
padding
font
}
line
vertical
height:
padding:
font
}
/******* /content *******/
/******* news *******/
background: transparent url(images/news
}
display: block;
}
/******* /news *******/
/******* tutorials *******/
background: transparent url(images/tuts
}
display: none;
}
/******* /tutorials *******/
/******* links *******/
background: transparent url(images/links
}
display: none;
}
color: #
}
/******* /links *******/
正如你所看到的
第
首先需要在events
/***************************/
//@author: adrian "yens" mato gondelle &amp;amp; ivan guardado castro
//@website:
//@email:
//@license: feel free to use it
/***************************/
$(document)
$("
switch(e
case "news":
//change status &amp;amp; style menu
$("#news")
$("#tutorials")
$("#links")
//display selected division
$("div
$("div
$("div
break;
case "tutorials":
//change status &amp;amp; style menu
$("#news")
$("#tutorials")
$("#links")
//display selected division
$("div
$("div
$("div
break;
case "links":
//change status &amp;amp; style menu
$("#news")
$("#tutorials")
$("#links")
//display selected division
$("div
$("div
$("div
break;
}
//alert(e
return false;
});
});
From:http://tw.wingwit.com/Article/program/Java/hx/201405/30812.html