PDA

View Full Version : Code Help


RockstarNetwork
03-21-2011, 01:42 PM
We downloaded the Dropdown Tabs (https://vborg.vbsupport.ru/showthread.php?t=232224&highlight=evi) from this site and we noticed that the developer hasn't been around for awhile.

We have one issue, that someone here may be able to help us with. When you hover over the tabs on VB, they have a nice hover color. With this tab system, the hover color doesn't work properly. We were curious if someone would be able to help us with this problem. We have provided the code below.

<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">{vb:raw tabname}</a>
<ul class="popupbody popuphover">
{vb:raw hejsa}
</ul></li>


If you need a live example of the tab system, it's located at RockstarNetwork.net (http://www.rockstarnetwork.net) You will see the tabs with the down arrows are the ones we have added, and do not have the proper hover color.

UPDATE: After messing around with the code a little bit, I've added this piece of new code right after style="background

style="background:hover-color white

You can now see that the hover color works great, but I've since lost my down arrow image that used to display to the right side of the last 2 tabs. Any suggestions?

UPDATE 2: We are happy with our results as of right now. We have posted the solution in the official mod page linked above. We have no need for assistance at this time, thanks anyway!