Published in: Other
/* TABS */ #tabs { position: absolute; top: 59px; right: 0; width: 100%; } #tabs ul { margin:0; padding: 10px 10px 0 110px; list-style:none; text-align: right; } #tabs li { float:left; background:url("../pix/left_both.gif") no-repeat left top; margin:0 0 0 0; padding:0 0 0 9px; border-bottom: 1px solid #765; } #tabs a { float:left; display:block; width:.1em; background:url("../pix/right_both.gif") no-repeat right top; padding:5px 15px 4px 6px; text-decoration:none; font-weight:bold; color:#fff; font-size: 11px; white-space: pre; } #tabs > ul a {width:auto;} /* Commented Backslash Hack hides rule from IE5-Mac \*/ #tabs a {float:none;} /* End IE5-Mac hack */ #tabs a:hover { color:#333; } #home #nav-home, #titels #nav-titels, #products #nav-products, #about #nav-about, #contact #nav-contact { background-position:0 -150px; border-width:0; } #home #nav-home a, #titels #nav-titels a, #products #nav-products a, #about #nav-about a, #contact #nav-contact a { background-position:100% -150px; padding-bottom:5px; color:#333; } #tabs li:hover, #header li:hover a { background-position:0% -150px; color:#333; } #tabs li:hover a { background-position:100% -150px; }
You need to login to post a comment.
