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
Permalink Reply by George H. Compton IV on November 11, 2012 at 9:38am thank you classic :-) you have a great day
Permalink Reply by Armani Rouse on November 11, 2012 at 9:54am nice job George! I was looking for some new tabs to replace the old default ones, these are great, good work!
Permalink Reply by Armani Rouse on November 11, 2012 at 9:56am Anyway to change the apple to something else?
Permalink Reply by George H. Compton IV on November 11, 2012 at 10:15am yes there is just replaced the url in this line of code and add it to the code above
DIV#xg_navigation UL.xg_subtab A:hover {
background-image: url(http://api.ning.com:80/files/uKM9hq-hRI9e9FYHWmgH*rga3BVZtKOy1GP2njqm8Higc8GwwwC0KPiEvbbYR3Oc2lyjYZlBjhaibPEuDkfzvA__/Apple2_lvgmain.jpg)!important;
background-size:100% 100%!important;}
Thank you for the compliment and you're welcome Armani
Permalink Reply by George H. Compton IV on November 12, 2012 at 10:54am And use this one for all tabs mouse over fx the one up above is only for the subtabs
DIV#xg_navigation .xg_subtab A:hover {
background-image: url(http://api.ning.com:80/files/uKM9hq-hRI9e9FYHWmgH*rga3BVZtKOy1GP2njqm8Higc8GwwwC0KPiEvbbYR3Oc2lyjYZlBjhaibPEuDkfzvA__/Apple2_lvgmain.jpg)!important;
background-size:100% 100%!important;}
Permalink Reply by Armani Rouse on November 12, 2012 at 11:07am Hey George, I have access to my advanced css box again LOL now, I was looking to add the WK logo in replace for the apple, does any of this code go into the advanced css box or is this all going into custom code?
Permalink Reply by George H. Compton IV on November 12, 2012 at 11:30am it all goes into your NC custom code box..
make sure you put the image code above inside the <style> with the other codes
example it should look like this in your 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 A:hover {
background-image: url(http://api.ning.com:80/files/uKM9hq-hRI9e9FYHWmgH*rga3BVZtKOy1GP2njqm8Higc8GwwwC0KPiEvbbYR3Oc2lyjYZlBjhaibPEuDkfzvA__/Apple2_lvgmain.jpg)!important;
background-size:100% 100%!important;}
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>
Permalink Reply by Armani Rouse on November 12, 2012 at 11:37am gotcha! implementing now, what a great tip...it looks like the tabs are "getting kunnected" hahahaha! its what a member said and thats what prompted me to write you about it asking if I could change the image so lets see how this goes! *heads back to WK to try it our* LOL
Permalink Reply by George H. Compton IV on November 12, 2012 at 11:40am message me a list of things you want removed from the stylesheet or what you want to keep in the stylesheet since you were changing the tabs I'm going to remove the tab codes from your stylesheet. That way you won't have your subtab Animation from the previous tabs
Permalink Reply by George H. Compton IV on November 11, 2012 at 2:33pm read the discussion again I change the way you Implement the code on your network
Sylvia Hysen replied to Sylvia Hysen's discussion 'NING 2.0- Sign-up for newsletter'
Lee Lawrence replied to Shannon's discussion 'VOTE - NING 2.0 or NING 3.0'
Deusdete Bandeira joined arqueologiadigital.com's group
Kos replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
Kos replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
Phoron replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
Cindy replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
Kos replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox© 2013 Created by Ning.
