A Tab style scrolling
Eine Scroll-Diashow im Tab-Stil (Scroller) mit jQuery-Demo
Download-archiv
Kommentar abgeben zu diesen Beitrag/Code ?Dann hier klicken
Der hier verwendete Code
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title>Tab</title>
<style>
@charset "utf-8";
/* CSS Document */
.webwidget_scroller_tab{font-size: 12px; font-family:Verdana, Geneva, sans-serif;width:500px}.tabContainer{width:100%;background:url(/image/tabstyling/tab.gif) repeat-x bottom;overflow:hidden;}.tabContainer li{float:left;margin-right:2px;background:url(/image/tabstyling/tabOff_right.gif) no-repeat right top;}.tabContainer li a{display:block!important;display:inline-block;padding:0 15px;height:27px;line-height:27px;background:url(/image/tabstyling/tabOff_left.gif) no-repeat left top;}
.webwidget_scroller_tab .tabHead{
list-style-type: none;
margin:0px;
padding:0px;
}
.webwidget_scroller_tab .tabBody{
height: 150px;
border-left:#dbdbdb solid 1px;
border-right:#dbdbdb solid 1px;
background-color: white;
overflow: hidden;
width:498px;
position: relative;
}
.webwidget_scroller_tab .tabBody ul,li{
margin: 0px;
padding: 0px;
list-style: none;
}
.webwidget_scroller_tab .tabBody ul{
width: 1500px;
position: absolute;
}
.webwidget_scroller_tab .tabBody ul li{
float: left;