I have created a dhtml menu via html builders name menu.html. In my web form
i am reading this html file and rendering top of the page by overloading the
render function. Everything works perfect with an exception. My menu always
goes behind the Listbox or dropdownlists. I have changed the z-orders but did
not work. What can i do for this problem.
I have one other question about CrystalReports but i did not find any
newsgroup about the CrystalReports. If you could provide me some links or
newsgroups about CrystalReports i would be grateful.
Thanks...
> I have created a dhtml menu via html builders name menu.html. In my
> web form i am reading this html file and rendering top of the page by
> overloading the render function. Everything works perfect with an
> exception. My menu always goes behind the Listbox or dropdownlists. I
> have changed the z-orders but did not work. What can i do for this
> problem.
There is no solution for this. Dropdowns are windowed controls in IE, so
they ignore the z-order setting.
All you can do is move the SELECT elements to a different location.
> I have one other question about CrystalReports but i did not find any
> newsgroup about the CrystalReports. If you could provide me some
> links or newsgroups about CrystalReports i would be grateful.
Go to http://www.businessobjects.com/
Bob Barrows

Signature
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
There's no solution to this, but you can use a workaround: put a floating
IFRAME behind your menu, set its z-index a little lower than the menu's and
control its "display" property when necessary.
IFrames are special objects because they respect the z-index order AND can
overflow objects like selects, web components and others iframes.
Isn't a beautiful workaround, but it's the most reliable I found so far.