Tags:
Permalink Reply by lorianne on November 12, 2012 at 4:49pm thanks for this one. i've added it with only the slightest mod by making the drop downs 'container' transparent... i love it, so thanks!
Permalink Reply by George H. Compton IV on November 12, 2012 at 5:09pm you're welcome and your site looks awesome :-)
Permalink Reply by George H. Compton IV on November 12, 2012 at 5:06pm your sub tabs look great :-) awesome job Vladimir
Permalink Reply by doone on November 12, 2012 at 5:21pm Wow, that is an awesome improvement Vladimir! Thank you very much!
Permalink Reply by Vladimir Sebastian Bach™ on November 13, 2012 at 11:10am Thank you, I'm glad to be of help. The new sub-tab layout makes it easier for tablets to browse the site.
Permalink Reply by Kos on November 13, 2012 at 11:31am I'm surprised there's not more discussion in the forums on tablets and what works/doesn't work.
Permalink Reply by George H. Compton IV on November 13, 2012 at 11:54am Thank you Randy :-)
You should be able to use your design studio for those changes.
The border code was already in my original code just change the color and I added the background code to it for you. Just change the color to the color you prefer.This is what the two lines of code look like.
border: 1px solid #d2d2d2!important;
background-color: #d2d2d2!important;
these two lines of code are in the middle of the main code
You can change the color Of the text by changing the colors black and white in the two bottom codes. White is the the color of the mouse over affect.
DIV#xg_navigation UL.xg_subtab{
background-color: transparent!important;}
DIV#xg_navigation UL.xg_subtab a {
text-align: center!important;
margin: 0px!important;
margin-bottom: 8px!important;
padding: 0px!important;
border: 1px solid #d2d2d2!important;
background-color: #d2d2d2!important;
border-radius: 5px 5px 5px 5px!important;
-moz-border-radius: 5px 5px 5px 5px!important;;
-webkit-border-radius: 5px 5px 5px 5px!important;
width:165.4px!important;}
DIV#xg_navigation .xg_subtab SPAN{color:black!important;}
DIV#xg_navigation .xg_subtab SPAN:hover{color:white!important;}
Permalink Reply by George H. Compton IV on November 13, 2012 at 12:39pm Awesome I'm glad I could help :-) you have a great day Randy
Permalink Reply by George H. Compton IV on November 15, 2012 at 8:22am of course there is :-)
this code will make all the tabs zoom when your mouse is over them.
DIV#xg_navigation .xg_subtab a:hover{transform:scale(1.20);-ms-transform:scale(1.20);-o-transform:scale(1.20);-webkit-transform:scale(1.20);-moz-transform:scale(1.20);-webkit-transition:all 1s ease-out;-moz-transition:all 1s ease-out;transition:all 1s ease-out;-ms-transition:all 1s ease-out;-o-transition:all 1s ease-out;}
And this code will only allow the subtabs to zoom
DIV#xg_navigation UL.xg_subtab a:hover{transform:scale(1.20);-ms-transform:scale(1.20);-o-transform:scale(1.20);-webkit-transform:scale(1.20);-moz-transform:scale(1.20);-webkit-transition:all 1s ease-out;-moz-transition:all 1s ease-out;transition:all 1s ease-out;-ms-transition:all 1s ease-out;-o-transition:all 1s ease-out;}
Permalink Reply by doone on November 15, 2012 at 8:28am Thanks, George, that is an interesting and useful zoom effect.
Permalink Reply by Kos on November 15, 2012 at 8:33am George that sub tab zoom is a thing of beauty. Thank you sir!


Allison Leahy replied to soaringeagle's discussion '3.0 priority fix list'
Allison Leahy replied to Elshara Silverheart's discussion 'Another Feature Request For Ning 3.0'
Jelena replied to soaringeagle's discussion '3.0 priority fix list'© 2013 Created by Ning.
