rounded nav tabs like the www.ads-software.com site
-
Hi,
Does anyone know how to style the nav tabs to have css rounded nav tabs like the www.ads-software.com site ?
i saw that the css is :
#header ul li a.current, #header ul li#download a.current {
color: #555;
background: #e4f2fd;
-moz-border-radius-topleft: 3px;
-khtml-border-top-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
-khtml-border-top-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
text-shadow: #c6d9e9 1px 1px 1px;
}which, when i test it on a demo site makes the tabs rounded, but i get the small top corners coming up white. i can’t make the rounded corners bgcolor transparent or the color of the page bg.
can anyone help me with this please,
thank you
james
- The topic ‘rounded nav tabs like the www.ads-software.com site’ is closed to new replies.