
06-12-2008, 01:09 AM
|
 |
|
|
Join Date: Apr 2007
Location: Haifa, Israel
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Thanks, DeepDog, for your unrelenting support.
I left you a PM about the tabs that are remained dysfunctional after you helped me to activate dropdown in tab #10. Thanks again for everything.
Quote:
Originally Posted by Deepdog009
********************************************
leannet,,,
vBadvanced shouldn't have anything to do with the forumhome navbar showing tabbars set flush...
Please cut and paste your navbar template info here,,, and I will find the issue for you...
OR
Give me temporary access to your TEST FORUM and I will resolve,,, and then you can view how I did it...
********************************************
Using dropdown menu's???
There are only { 5} dropdown options in the main tabbar template...
HTML Code:
<div id="dropmenu5" class="dropmenudiv" style="width: 100px;">
div id="dropmenu4"
div id="dropmenu3"
div id="dropmenu2"
div id="dropmenu1"
That makes it possible to use only FIVE dropdown's...
How do I place and activate 1 or more dropdown's???
****************************************
Goto main_tabbar_suite template and edit where it shows...>>> rel="dropmenu1"
HTML Code:
<li id="current"><a href="$urltabbarsuite1" title="$vboptions[title_tabbar_suite_info1]" rel="dropmenu1"><span>
You can cut and paste the ...>>> rel="dropmenu1" in any of the TEN tabbars...
But remember there are only FIVE dropdown's total...
Match the div id="dropmenu1" with the rel="dropmenu1"...
After setting up and matching dropmenu's,,, next add links in dropdown template...
By defauft,,, rel="dropmenu1" are in tabbar 1,3,5,8 and 10... Move them around as ye wish...
If you're still having problems setting dropdown up the way you want,,, wait until the next update and I will try to make setup easier...
|
|