.tabs{ border:0px; } .tabs ul{ padding: 0; margin: 0; font: 75% default; list-style-type: none; } .tabs li{ display: inline; margin: 0; } .tabs li a{ font-family: Arial, Helvetica, sans-serif; padding: 2px 7px; text-decoration: none; padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/ color: #444444; background: transparent url(http://www.25fps.nl/images/righttabdefault.gif) 100% 0 no-repeat; /*give illusion of shifting 1px down vertically*/ border-left: 1px solid #dbdbd5; position: relative; display: block; float: left; margin-left: -20px; /*shift tabs 20px to the left so they overlap*/ left: 20px; } .tabs li a:visited{ color: #444444; } .tabs li a:hover{ text-decoration: underline; } .tabs li.selected a{ /*selected tab style*/ color: #444444; z-index: 50; /*higher z-index so selected tab is topmost*/ top: 1px; /*Shift tab 1px down so the border beneath it is covered*/ background: transparent url(http://www.25fps.nl/images/righttabselected.gif) 100% 0 no-repeat; } .tabs li.selected a:hover{ text-decoration: none; } #tabsview { display:compact; position:relative; top:26px; left:23px; } * html #tabsview {top:41px;} /* IE top Hack */