PDA

View Full Version : Can't get drop down color right?


RedGTiVR6
02-09-2009, 10:03 PM
I'm trying to figure out what's going on here...

I just can't get this color right! I'm trying to get the 'Member Map' section to show up as the same color as the rest of the drop down section....

Here's the relevant code (I hope):

<if condition="$show['memberslist']">
<tr><td class="vbmenu_control"><a href="vbgooglemapme.php$session[sessionurl_q]">Member Map</a></td></tr>
</if>

If I need to provide anything else, please let me know.

Thanks for any and all help!

Spank
02-09-2009, 10:31 PM
It'd be better if we could see a bit more of the code to see what class the others are using.

Off hand I'd suggest changing vbmenu_control to vbmenu_option.

RedGTiVR6
02-09-2009, 10:42 PM
thanks!

That actually did it!

:)

Spank
02-09-2009, 11:00 PM
Oh good :)