THIS is Eric's Original Objective & Problem:
Quote:
Originally Posted by Eric Anderson
I modified your code so the tab would highlight when hovered or clicked like the rest of the tabs. Unfortunately I had to lose the arrow.
|
This response does NOT make sense to me, because it does NOT maintain Eric's Objective:
Quote:
Originally Posted by mabersoft
PHP Code:
<li class="popupmenu">
<a href="javascript://" class="popupctrl navtab" style="background:transparent url({vb:stylevar imgdir_misc}/arrow.png) no-repeat {vb:stylevar right} center; padding-right: 15px">Vmax4.com Pages</a>
<ul class="popupbody popuphover">
<li><a style="text-indent: 0px; color:{vb:stylevar navbar_selected_popup_body_a_Color}" href="sublink1.php">SubLink 1</a></li>
<li><a style="color:{vb:stylevar navbar_selected_popup_body_a_Color}" href="sublink2.php">SubLink 2</a></li>
<li><a style="color:{vb:stylevar navbar_selected_popup_body_a_Color}" href="sublink3.php">SubLink 3</a></li>
<li><a style="color:{vb:stylevar navbar_selected_popup_body_a_Color}" href="sublink2.php">SubLink 2</a></li>
<li><a style="color:{vb:stylevar navbar_selected_popup_body_a_Color}" href="sublink3.php">SubLink 3</a></li>
</ul>
Try this. This has arrow.
|
YES, the arrow works, but the tab is NOT highlight when hovered or clicked like the rest of the tabs (which was the whole point).
Finally, this approach PARTIALLY works:
Quote:
Originally Posted by Pod
You can try to add the arrow manually:
PHP Code:
<a href="javascript://" class="popupctrl navtab">Vmax4.com Pages <img src="{vb:stylevar imgdir_misc}/arrow.png" style="vertical-align: middle;" /></a>
|
The problem is that this arrow does NOT change color along with the text color. In other words, it remains white even when the tab color is white (or near white), and is then invisible.
Am I doing something wrong or does ANYONE have a solution to this?
--------------- Added [DATE]1284366171[/DATE] at [TIME]1284366171[/TIME] ---------------
Quote:
Originally Posted by reefland
Any ideas how to make this menu stay on top of a .swf file? I have a .swf advert in ad_below_navbar and the dropdown menu slides behind the advert.
|
Love to hear a reply on this conflict!
Anyone?
--------------- Added [DATE]1284366378[/DATE] at [TIME]1284366378[/TIME] ---------------
Quote:
Originally Posted by anilsaxena
I noticed that user has to click first then only on hover it automatically shows drop-down. Is there a way to show drop-down without click?
|
Love to hear an answer to this issue too!
Anyone?
--------------- Added [DATE]1284366699[/DATE] at [TIME]1284366699[/TIME] ---------------
Quote:
Originally Posted by ukwoman
How do I do the same thing but with no subnav? For example I just want to show calendar on the main Nav bar.
|
Finally, an answer to this would be VERY helpful. I'd like to be able to use a different customized subnav for each of my primary pages (forums, blogs, groups...).
This mod would be tremendously useful if we could get these minor issues addressed.
Thanks for the mod and for any help!

Jeff
--------------- Added [DATE]1284404633[/DATE] at [TIME]1284404633[/TIME] ---------------
I've started a new thread HERE for anyone who wants to follow or participate in the development of the modifications above.