Quote:
Originally Posted by blind-eddie
Color? Has nothing to with color.
Please post your code that you are using in you drop down, in code brackets.
Let us have a look see.
Edit: I saw your image & based my response from what I saw in that image.
I went to your site & saw your issue. Sorry.
|
Attached images of the color change.
<if condition="$show['popups']">
<td id="MyLinks" class="vbmenu_control">
<a href="#">My Links</a>
<script type="text/javascript">
vbmenu_register("MyLinks");
</script>
</td>
<td id="Navigator" class="vbmenu_control">
<a href="#">Navigator</a>
<script type="text/javascript">
vbmenu_register("Navigator");
</script>
</td>
<div class="vbmenu_popup" id="MyLinks_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">My Links</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="private.php$session[sessionurl_q]">My Private Messages</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">My Profile</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="album.php?$session[sessionurl]u=$bbuserinfo[userid]">My Photo Albums</a>
</td>
</tr>
<td class="vbmenu_option" title="nohilite">
<a href="group.php$session[sessionurl_q]">My Social Groups</a>
</td>
</tr>
<td class="vbmenu_option" title="nohilite">
<a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&s earchuser=$bbuserinfo[username]">My Threads</a> / <a href="search.php?$session[sessionurl]do=process&showposts=0&exactname=1&searchuser=$bbu serinfo[username]"> My Replies</a>
</td>
</tr>
<tr>
<td class="thead">Miscellaneous</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="statistics.php$session[sessionurl_q]">Board Statistics</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="http://www.thesportstodayforum.com/misc.php?do=donate">Donate</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="forumdisplay.php?$session[sessionurl]do=markread">Mark Forum As Read</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="search.php?$session[sessionurl]do=getdaily">Todays Posts</a>
</td>
</tr>
<tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="
login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">Log Me Out</a>
</td>
</tr>
</table>
</div>