css3圆角tab选项卡代码_html/css
来源:动视网
责编:小采
时间:2020-11-27 16:06:27
css3圆角tab选项卡代码_html/css
css3圆角tab选项卡代码_html/css_WEB-ITnose: jQuery+css3圆角tab选项卡切换 *{margin: 0;padding: 0;} body{font: 14px Georgia, serif;} h1{width: 310px;margin: 0 auto;padding: 20px 0;color: #222;} .group: before, .group
导读css3圆角tab选项卡代码_html/css_WEB-ITnose: jQuery+css3圆角tab选项卡切换 *{margin: 0;padding: 0;} body{font: 14px Georgia, serif;} h1{width: 310px;margin: 0 auto;padding: 20px 0;color: #222;} .group: before, .group

jQuery+css3圆角tab选项卡切换 script>
$(function(){
$("li").click(function(e) {
e.preventDefault();
$("li").removeClass("active");
$(this).addClass("active");
});
});
script>
http://www.999jiujiu.com/
One Two Three Four Round Out Tabs