Thanks dave for the idea and the snippets of codes and you're welcome for the tabs  :-)

You can change the color Of the text by changing the colors black and white in the code below. White is the the color of the mouse over affect.

you can change the width of the main tabs by Lowering the numbers in this line of code min-width:165.4px!important; its the very last line

Right click on the images and open it in a new tab to get a better view

Dark tabs

this code goes in your NC custom code box

<link rel="stylesheet" type="text/css" href="http://api.ning.com:80/files/ONa9I9r9VT03F6dWg*AqGEq3O2RvzfkN3kZX-kXkUtYqQy5zyrvIpTnThdlUJX*7reOksFjt0TDAI*oxUNGJcjXxFphDL4ok/apple_tabs_dark.css" />

<style>
DIV#xg_navigation .xg_subtab SPAN{color:black!important;
  transition:all 1s ease-out;
  -webkit-transition:all 1s ease-out;
  -moz-transition:all 1s ease-out;}
DIV#xg_navigation .xg_subtab SPAN:hover{color:white!important;
  transition:all 1s ease-out;
  -webkit-transition:all 1s ease-out;
  -moz-transition:all 1s ease-out;}
DIV#xg_navigation  A{opacity: 0.86!important;
max-width:165.4px!important;
min-width:165.4px!important;}
</style>

light tabs

this code goes in your NC custom code box

<link rel="stylesheet" type="text/css" href="http://api.ning.com:80/files/hFSnUd6hMmoAevf2yj4KOR3544xJXdp9HsaBz96fuZgqYoiBYq4D8NGwY0a8Yn*Do4LJTMd1bQMOgbMV6Ba3MA__/apple_tabs_light.css" />

<style>
DIV#xg_navigation .xg_subtab SPAN{color:black!important;
  transition:all 1s ease-out;
  -webkit-transition:all 1s ease-out;
  -moz-transition:all 1s ease-out;}
DIV#xg_navigation .xg_subtab SPAN:hover{color:white!important;
  transition:all 1s ease-out;
  -webkit-transition:all 1s ease-out;
  -moz-transition:all 1s ease-out;}
DIV#xg_navigation  A{opacity: 0.86!important;
max-width:165.4px!important;
min-width:165.4px!important;}
</style>

Tags: apple, navigation, tab, tabs

Views: 573

Reply to This

Replies to This Discussion

okay Woody what's going on :-)

oh hey dang i just saw my sub-tabs freakout corners chopped off saw the topic here somewhere dunno what the hey Glam has done think she gotta go... !

the sub on Well Kunnected are Freaking out to lol

I saw that woody and there probably the same thing but i found them here 

http://cssmenumaker. com  they have a lot to choose from but i think the dark and light ones are nice. :-)

thank you Woody that does tell me where Dave came up with the color codes

Is that me dave :-)

Yes that's you Dave :-) just click on the name it would take you to your profile

george i promise you i was doing this yesterday,great post..

thank you Solo :-) you have a great day

@GC is there any way we can get the sub tabs to flash like that without displaying the apple logo?

you can use any image you would like but I edited the Apple tab pic so the Apple does not show.

just add this code to the code above inside the <style> Tags

DIV#xg_navigation UL.xg_subtab A:hover {
  background-image: url(http://api.ning.com:80/files/uHd-JC*0FtPeHia7Y5kp*RLRGmLETFLXWSRLK6Q0sPIRFvFuyJwmeoozX4KPD52DnKguzEtY38maUPMybzdJXuL-*xc7IKfs/Apple2_lvgmain.jpg)!important;
  background-size:100% 100%!important;}

_

_

_

my friend Armani is using my tabs on his network http://wellkunnected.com/

He's using his network logo as the mouse over fx

Thanks George for your Magic :-) If i had of seen this thread already started i would of posted here first :-) Maybe you could add this George as part of the code if someone wants to keep it short as this is quite long.

Add this if you want some extra animation :-)

div#xg_navigation li a {
-webkit-animation: cssAnimation 2.561s 1 ease;
-moz-animation: cssAnimation 2.561s 1 ease;
-o-animation: cssAnimation 2.561s 1 ease;
}
@-webkit-keyframes cssAnimation {
from { -webkit-transform: rotate(4deg) scale(1) skew(1deg) translate(10px); }
to { -webkit-transform: rotate(-360deg) scale(1) skew(1deg) translate(0px); }
}
@-moz-keyframes cssAnimation {
from { -moz-transform: rotate(4deg) scale(1) skew(1deg) translate(10px); }
to { -moz-transform: rotate(-360deg) scale(1) skew(1deg) translate(0px); }
}
@-o-keyframes cssAnimation {
from { -o-transform: rotate(4deg) scale(1) skew(1deg) translate(10px); }
to { -o-transform: rotate(-360deg) scale(1) skew(1deg) translate(0px); }
}

div.#xg_navigation a {
-webkit-animation: cssAnimation 1.9159s 1 ease;
-moz-animation: cssAnimation 1.9159s 1 ease;
-o-animation: cssAnimation 1.9159s 1 ease;
}
@-webkit-keyframes cssAnimation {
from { -webkit-transform: rotate(4deg) scale(1) skew(1deg) translate(10px); }
to { -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px); }
}
@-moz-keyframes cssAnimation {
from { -moz-transform: rotate(4deg) scale(1) skew(1deg) translate(10px); }
to { -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px); }
}
@-o-keyframes cssAnimation {
from { -o-transform: rotate(4deg) scale(1) skew(1deg) translate(10px); }
to { -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px); }
}

DIV#xg_navigation A:hover {
-webkit-animation: cssAnimation 2.561s 1 ease;
-moz-animation: cssAnimation 2.561s 1 ease;
-o-animation: cssAnimation 2.561s 1 ease;
}
@-webkit-keyframes cssAnimation {
from { -webkit-transform: rotate(4deg) scale(1) skew(1deg) translate(10px); }
to { -webkit-transform: rotate(-360deg) scale(1) skew(1deg) translate(0px); }
}
@-moz-keyframes cssAnimation {
from { -moz-transform: rotate(4deg) scale(1) skew(1deg) translate(10px); }
to { -moz-transform: rotate(-360deg) scale(1) skew(1deg) translate(0px); }
}
@-o-keyframes cssAnimation {
from { -o-transform: rotate(4deg) scale(1) skew(1deg) translate(10px); }
to { -o-transform: rotate(-360deg) scale(1) skew(1deg) translate(0px); }
}

RSS

Latest Activity

soaringeagle replied to soaringeagle's discussion 'stop confusing everyone make your 3.0 icons more use friendly'
"link me to your site ill play with it see if i can figure out wny"
1 hour ago
Yaron replied to Allison Leahy's discussion 'Changes to Ning 3.0 Based on Your Feedback'
"My experience on Ning 2.0 has been that videos posted by me (through the Network Creator profile or…"
1 hour ago
Apostle Solael replied to Allison Leahy's discussion 'Changes to Ning 3.0 Based on Your Feedback'
"You know, I do not understand.  I have always been able to view youtube videos full…"
2 hours ago
Kos replied to soaringeagle's discussion 'stop confusing everyone make your 3.0 icons more use friendly'
"hahaha it's just not my day. hahahaha"
3 hours ago
soaringeagle replied to soaringeagle's discussion 'stop confusing everyone make your 3.0 icons more use friendly'
".button.button-iconic {  background-color: red !important;} i sweatr that should work "
5 hours ago
Kos replied to soaringeagle's discussion 'stop confusing everyone make your 3.0 icons more use friendly'
"It just hates me; pure and simple.  lol"
5 hours ago
Kos replied to Suzie Nielsen's discussion 'quick question'
"You need to have Excel.  Do you have another member you could grant access to it?   …"
5 hours ago
Suzie Nielsen replied to Suzie Nielsen's discussion 'quick question'
"Thanks, I guess I do not have a program to open this CSV thingy... tried but it looks complicated…"
5 hours ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service