Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

windowsitem in asp 1

Status
Not open for further replies.

BigMag

IS-IT--Management
Jul 10, 2001
68
NL
We use a treeview (windows-item) on an asp-page. The problem is that this treeview stays on the fore-ground when using a menu on the left-side of the screen. This menu opens (like the "start" menu on windows) but opens behind the treeview.

How can I solve this problem, so the menu opens in front of the treeview?

Thanks in advance,

BigMag, The Netherlands.
someone@euronet.nl (no kidding!)
 
Try to set a style for both the treeview and the menus

in the style, set the z-index for the treeview to -100,
and the z-index for the menus to 100.

This will only work if both styles have
position:absolute in them.

However, there is a bug (as admitted by Micro$oft developers) where both listboxes and comboboxes does not respond to the z-index, and will ALWAYS be on top. It might be true for the treeview too. _________________
Bixarrio
e = m * (c ^ 2)
 
Bixarrio,

Can you give me an url (or some other documents) where the micro$oft developers admit the bug?

Mag.

BigMag, The Netherlands.
someone@euronet.nl (no kidding!)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top