| Author |
Select turning invisible randomly
|
Chandar S Vel
Greenhorn
Joined: Aug 11, 2002
Posts: 10
|
|
Hi I have an HTML page in which the SELECT (List box) becomes invisible sometimes sporadically. Here is the select i am trying to use <select id="PrimaryVehicle_0" name="xyz" style="width : 170px;" onChange="setChangeBit()"> <option value=""></option> <option value="1" This is a test one becoming invisible </option> </select> The select is inside a table which is enclosed by a div tag. can anyone help me out. Thanks Chandar
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56173
|
|
I am assuming that missing ">" in the following line, is simply a typo? You haven't give us much information to go on. What browser? What OS? Under what conditions does it disappear? Is it the last thing on the page? Does the whole dropdown disappear, or are you talking about a single option? and so on... Also, please be sure to use the UBB code tags to enclose your posted code so that its formatting is preserved. bear [ April 04, 2003: Message edited by: Bear Bibeault ]
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Chandar S Vel
Greenhorn
Joined: Aug 11, 2002
Posts: 10
|
|
Yes it was a typo. does anyone have an idea why it becomes invisible. thanks Chandar
|
 |
Chandar S Vel
Greenhorn
Joined: Aug 11, 2002
Posts: 10
|
|
The browser was running in Win98 SE 4.10.2222a OS,the version of the browser is IE 5.0.2614 , the misc settings on the browser are 128 bit encryption Java 5.0.0.3167 Thanks Chandar
|
 |
 |
|
|
subject: Select turning invisible randomly
|
|
|