Hey guyz,
I've got a link just under my navbar on the right called "Car Models", it has 3 sub menus. But the link is YELLOW, and impossible to see.
Below is the code i'm using to get the link and menus, but what do I have to change to get it blue, or just another colour?
Link example is at:
http://holdenconnection.com/forums/index.php
and yes guyz, I know my forum is empty, i'm just creating it, lol
Thanks
Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px;color:white;">
<tr>
<td class="nowrap" align="right" valign="bottom" style="padding:0 5px 0;color:white">
<a href="#" title="Model Specifications & Enquires" id="mytab" class="tab">Car Models</a>
<script type="text/javascript">
vbmenu_register("mytab",true);
</script>
</tr></table>
<div class="vbmenu_popup" id="mytab_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0" align="left">
<tr align="left">
<td class="thead"><a href="forumdisplay.php?f=3">Car Models</a> </td>
</tr>
<tr align="left">
<td class="vbmenu_option" title="">
<a href="forumdisplay.php?f=3">Subcompact</a>
</td>
</tr>
<tr align="left">
<td class="vbmenu_option" title="">
<a href="forumdisplay.php?f=13">Compact</a>
</td></tr>
<tr align="left">
<td class="vbmenu_option" title="">
<a href="forumdisplay.php?f=25">Mid-size</a>
</td></tr>
</table>
</div>