12-29-2012, 07:03 AM
[TUT] How to round up Labrocca's Tabbed Menu tabs.
This will make your tab's look like this:
Go to Templates & Style>Themes> Click (your theme)>Tabbed.css.
Click the tab saying ''Edit Sheet: Advanced Mode''
Look for where it says
Under the css called .shadetabs li a{
Under that copy and paste the next code:
Click on ''Save Changes'' and look at the difference!
I hope this tutorial helped people that didn't know how to do this.
P.S. If you want to round the tabs up even more (or less) change the ''6'' in ''6px'' higher or lower.
ENJOY
This will make your tab's look like this:
Go to Templates & Style>Themes> Click (your theme)>Tabbed.css.
Click the tab saying ''Edit Sheet: Advanced Mode''
Look for where it says
Code:
background: white url(images/thead_bg.gif) top left repeat-x;
Under the css called .shadetabs li a{
Under that copy and paste the next code:
Code:
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
Click on ''Save Changes'' and look at the difference!
I hope this tutorial helped people that didn't know how to do this.
P.S. If you want to round the tabs up even more (or less) change the ''6'' in ''6px'' higher or lower.
ENJOY