Tags:
Permalink Reply by Brian Floe on November 2, 2010 at 12:02pm Hi Jen - thanks
Actually I also want to change one of my navigation tabs text colors to red but this is not working:
#xg_tab_xn127 {color:white;}
But by "subtabs" I mean the drop down menu items, not the various navigation tabs that you listed.
Let me try and explain:
For the horizontal navigation tabs I'm using a gradient background color similar to what Apple is using just in different colors.
But for the drop down menu I'm using a semi-transparent white background color and just a totally different styling.
My problem is that the drop down menu items (subtabs) somehow get the same gradient colored background BEHIND the white transparent color, which then means that it's not so transparent suddenly :)
Does that make sense?
The problem is that the styling applied to #xg_navigation ul apparently scoops down into my subtabs / drop down menu area. So I was wondering how I can specify "only horizontal tabs" and leave out the subtabs?
Permalink Reply by ROBBCORP.COM on November 22, 2010 at 8:28am You are way too AWESOME. Way to AWESOME Jen.

Permalink Reply by Speed Racer on March 8, 2011 at 3:42pm 
Yeah, that can be done. Just change the parameter background-color to color. Change to your colors.
/* Regular State */
#xg_navigation ul li a {
color:#003366;
}
/* Selected State */
#xg_navigation ul li.this a {
color:#16BFFF!important;
}
/* Hovered State */
#xg_navigation ul li a:hover {
color:#FFF000;
}

Permalink Reply by Speed Racer on March 8, 2011 at 4:10pm 
Riccardo Rossini replied to Riccardo Rossini's discussion 'FANTASTIC!!'
Riccardo Rossini replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
Dustin Craig replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
Paul Corona replied to Suzie Nielsen's discussion 'Watching Cultivating videos- have questions!'
Chris replied to JFarrow's discussion 'Ning Emails Going to Spam?'© 2013 Created by Ning.
