-
156
posts
Member since:
Feb 2009
Posted 19 Oct 2009
Link to this post
Hello,
I have a treeview in a div. The div has fixed width and height. The treeview has fixed width and height smaller the div of course.
The node text is longer which gives me scroll bars (this is ok).
The attached screen shot shows selected node in IE8, IE8 standard mode. You can see the vertical scrollbar, then the div border and another div border.
Is there a way the text will not show over my divs on the right ?
Latest release of ASP.NET ajax controls.
-
-
Schlurk
812
posts
Member since:
May 2009
Posted 20 Oct 2009
Link to this post
You could try playing around with the z-index of each of the divs. As long as the other div is on a higher z-index this issue should not happen.
-
-
156
posts
Member since:
Feb 2009
Posted 21 Oct 2009
Link to this post
Hello,
Thanks for the tip.
I redesigned my UI so this is no longer the issue :)
-