![]() |
vb_dropdowns not working (vb-html question)
for some reason i can't get the following drop downs to work, even though all other ones on the page do, can someone tell me where i'm going wrong please.
HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:-1px"> |
Have a look here: http://www.vbulletin.com/docs/html/m...tes_vbmenu#top
I couldn't find anything on the first glance, two things I did see: You can use $show['popups'] instead of $vboptions['usepopups'], as the first will check if the browser actually supports popups. And you could use the CSS class vbmenu_control for the control... |
here's an edited version:
HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:-1px"> |
not a bad idea but i need it as a dropdown rather than a collapseable object.
|
huh?
|
i need a drop down menu not for something to open and close.
|
have you installed/tested it as-is?
it's similar to the navbar/forum tools/search this forum menu options If that's not what you want then I am at a lost. If you are speaking about the actual dropdown options (objects) and not the effect ... you need to wrap it with a <form> tag -- something which you are lacking in the above example. |
nah i never tried, which was very rude of me so i apologise i should've said that first, however upon reading it, it appeared to act more like the forumbits than the navbar.
anyway i got the left one working (displayoptions) however it's showing both dropdowns as one men :( HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:-1px"> |
try closing the <table> tag...
|
you're right i had a <table> tag instead of a </table>
thanks princeton, all working perfectly now :) |
All times are GMT. The time now is 10:13 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|