Posts: 119
Threads: 4
Joined: Sep 2011
Reputation:
0
01-25-2012, 06:21 PM
(This post was last modified: 01-25-2012, 06:22 PM by kamz89.)
I wanted to know how to have curve/round tab edges on my MyBB forum?
I'm using the Tabbed Menu plugin by MyBBcentral.
Sorry if this is the wrong forum. I'm not sure where to post this.
Thanks in advance.
Posts: 119
Threads: 4
Joined: Sep 2011
Reputation:
0
Doesn't work.
I tried adding this in tabbed.css> advanced mode and also in tabbed.css> .tabcontent
Posts: 1,736
Threads: 198
Joined: May 2010
Reputation:
32
You need to add it under an existing div.
Posts: 5,793
Threads: 268
Joined: Sep 2010
Reputation:
85
Can you provide a link to the forum if you can't get what Laugh posted to work for you?
Posts: 11
Threads: 1
Joined: Apr 2011
Reputation:
0
Go to the tabbed.css and add this into the "shadetabs li a"
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
Posts: 11
Threads: 1
Joined: Apr 2011
Reputation:
0
No problem, and if you want to use that on your forum categories you will need to add that code to tborder(pretty sure it's this one) and thead.
Posts: 119
Threads: 4
Joined: Sep 2011
Reputation:
0
Huh? I'm kinda confused.
What would table{} do?