Ack! <select> not showing up in search drop down box!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kaosmoon
    New Member
    • Mar 2004
    • 4

    Ack! <select> not showing up in search drop down box!

    I've been attempting this forever and it is driving me nuts. I am trying to implement a simple <select> drop down box on top of the search drop down box, right under the current <input> box. I added a section to my forum that I want to be able to search so I added a select box inside of the search DHTML drop down box thing. However, it only appears in Mozilla. In IE, there is just an empty space there. Any ideas as to what would cause that? I am going nuts.
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Originally posted by kaosmoon
    Any ideas as to what would cause that? I am going nuts.
    Nothing comes to mind. But if you post a link to your forum or post the code you are using then we might be able to find the problem.

    Comment

    • kaosmoon
      New Member
      • Mar 2004
      • 4

      #3
      This is placed right after the <tr> for the regular search.

      HTML Code:
      <tr>
       			<td class="thead">Search ICIX Nation</td>
       		</tr>
       		<tr>
       			<td class="vbmenu_option" title="nohilite">
       			<if condition="$bbuserinfo[userid]==107">
       			<form action="######.php?do=search" method="post" name="icix_search" onsubmit="filledin()">
       		    	<input type="hidden" name="do" value="process" />
       		    	<input type="hidden" name="showposts" value="0" />
       		    	<select name="icixcategory" style="width: 180px;">
       		    		<optgroup label="Stereo Related">
       		    		<option value="source">Source Unit</option>
       		    		<option value="speaker">Speaker(s)</option>
       		    		<option value="spamp">Speaker Amplifier(s)</option>
       		    		<option value="sub">Subwoofer(s)</option>
       		    		<option value="subamp">Subwoofer Amplifier(s)</option>
       		    		<option value="tweeter">Tweeter(s)</option>
       		    		<option value="twamp">Tweeter Amplifier(s)</option>
       		    		<option value="wire">Wiring</option>
       					</optgroup>
       		    		<optgroup label="Vehicle Related">
       		    		<option value="vehicle_brand">Make</option>
       		    		<option value="vehicle_model">Model</option>
       					</optgroup>
       				</select>
       				<br />
       		    	<input type="text" class="bginput" name="icixquery" size="20" value="Coming Soon!" />
       		    	<input type="submit" class="button" value="Go"  />
       			</form>
       			</if>
       			</td>
       		</tr>

      Comment

      • kaosmoon
        New Member
        • Mar 2004
        • 4

        #4
        I know HTML fairly decently, so I was thinking it had something to do with just plain having a select box on the DHTML menu with IE. Maybe it parses it differently?

        BTW - I also tried a simple <select><option>test</option></select>. Still no go.

        Comment

        • Jake Bunce
          Senior Member
          • Dec 2000
          • 46598
          • 3.6.x

          #5
          Originally posted by kaosmoon
          I know HTML fairly decently, so I was thinking it had something to do with just plain having a select box on the DHTML menu with IE. Maybe it parses it differently?
          Maybe. I have no idea why it isn't showing.

          Maybe the people on www.vbulletintemplates.com or www.vbulletin.org will know.

          Comment

          • kaosmoon
            New Member
            • Mar 2004
            • 4

            #6
            Anyone else have any ideas?

            Comment

            widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
            Working...