PDA

View Full Version : select button hide or remove


Michael.A
10-31-2010, 09:47 PM
i looked ever where there is no css or even a image for it how can i at less hide that button
see screenshot.


button1 am trying to hide or remove..

https://vborg.vbsupport.ru/attachment.php?attachmentid=123288&stc=1&d=1288565204

JamesC70
10-31-2010, 10:32 PM
Have you compared your code to the original (https://vborg.vbsupport.ru/showthread.php?t=222590)? Looks to me that you have your <select>'s nested, which would cause double arrows.

Michael.A
10-31-2010, 10:55 PM
are you say use <span> tag and code a drop down menu!


here is my code + css tag


<select name="forumchoice[]" id="search_options" class="choice vbmenu clickable">

<option value="-1" selected="selected">All Forums</option>
<option value="1">Forum1</option>
<option value="2">Forum2</option>
<option value="3">Forum3</option>
</select>

JamesC70
10-31-2010, 11:43 PM
Hrmmm. Is the black button defined in your CSS? If so, remove it, because the browser inserts the white one automatically for the <select> command.

Otherwise, please provide a link to the website in question (PM is fine) where I can see the CSS as well.

Michael.A
11-02-2010, 02:30 AM
Hrmmm. Is the black button defined in your CSS?
yes i removed it now... :(
so am guessing there is no way to override the white button or even hide it?