Could anyone please tell me why the div tag menus are transparent for html select box?
Thanks in adavance Nickel.
Robin_reala
11:33 am on Jan 20, 2005 (gmt 0)
Do yu mean that the HTML select box is showing thorugh the dropdown CSS menu? I assume this only happens in IE, because IE uses the operating system to place the select boxes onto the page after the rest of the page has rendered - i.e. on top of the divs. The only solution I could come up with was to use javascript to hide the select boxes when you hover over the menu. Ugly, but it's a tradeoff in this case.
vinoth vasanth
12:46 pm on Jan 20, 2005 (gmt 0)
Thanks Robin,
Yes, you are right it is working fine in other browsers. Could you please gimme some sample JS code to work this out?