Hi,

 

I know how to make rounded tabs with -

 

#xg_navigation ul li.this a, ul.page_tabs li.this {

-moz-border-radius-topleft:8px ........

 

but the subtabs are also rounded. Does anyone know how to keep corners in the subtabs?

 

 

 

 

 

 

 

 

I want to get rid of the rounded corners in the subtabs.

 

Thanks for your help?

 

Carsten @ TasteAndShare

 

Views: 102

Replies are closed for this discussion.

Replies to This Discussion

Carsten,

Apparently you got this fixed, is that right? Or, am I not looking in the right place? When I look under any main menu tab like photos, I'm not seeing rounded corners. I'm testing in FF, where they will work.

Best to you,

Jen

 

What I see:

Jen,

 

I removed thr rounded corners on my NW (for now) as the subtabs are also rounded.

 

I'm using codes like the one below for the tabs:

 

#xg_navigation ul li.this a, ul.page_tabs li.this {

-moz-border-radius-topleft:8px !important;

-moz-border-radius-topright:8px !important;

-webkit-border-top-left-radius:8px !important;

-webkit-border-top-right-radius:8px !important;

}

 

Do I need to add something like " #xg_navigation ul div.xg_subtab..."?

 

Thanks for your help.

 

Carsten

Give this a go:

/* Add radius to all tabs, including this and hover. */
#xg_navigation ul li, #xg_navigation ul li:hover a, #xg_navigation ul li.this a {
-moz-border-radius-topleft:8px!important;
-moz-border-radius-topright:8px!important;
-webkit-border-top-left-radius:8px!important;
-webkit-border-top-right-radius:8px!important;}

/* Remove radius from subtabs */
#xg_navigation ul div.xg_subtab ul li a {-moz-border-radius:0 0 0 0 !important;-webkit-border-radius:0 0 0 0!important;}

 

Best,

Jen

That's brilliant! It works fine thank you very much.

Here is the result: TasteAndShare

Regards,

Carsten

 

 

Carson,

I forgot to include the code to remove radius from subtabs in Chrome. See change in green above. I will let you reclose the discussion, so I know you got update.

I added this as a "Sweet Little Tip" in our group for Jen's Premium Ning Tips, and realized I left that out.

Best,

Jen

RSS

Members

© 2024   Created by JenSocial.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Home
VIP Ning Tips