Friday, March 16, 2012

listbox hiding drop down menu

I have a menu written in javascript. I include that menu on an asp
page. The aspx page contains both a listbox and a datagrid. There i
one drop down menu that overlaps the place where the listbox is. Whe
the user hovers over the drop down menu, the listbox hides the botto
options on the menu. However, the menu also overlaps the place wher
the datagrid is, but the datagrid does not hide the menu - the men
appears over the datagrid as it should. Any idea how to make th
listbox work this way, too? When the menu is displayed, it shoul
always be fore front.

Thanks in advance

--
Rosann
----------------------
Rosanne's Profile: http://www.highdots.com/forums/member.php?userid=28
View this thread: http://www.highdots.com/forums/showthread.php?t=224558I beleive that is an issue with the browser renderer.

I am not sure there is a workaround. I would love to be corrected though?

Clint Hill
H3O Software
http://www.h3osoftware.com

Rosanne wrote:
> I have a menu written in javascript. I include that menu on an aspx
> page. The aspx page contains both a listbox and a datagrid. There is
> one drop down menu that overlaps the place where the listbox is. When
> the user hovers over the drop down menu, the listbox hides the bottom
> options on the menu. However, the menu also overlaps the place where
> the datagrid is, but the datagrid does not hide the menu - the menu
> appears over the datagrid as it should. Any idea how to make the
> listbox work this way, too? When the menu is displayed, it should
> always be fore front.
> Thanks in advance!
>
the usual workaround is to hide the dropdown when the menu is opened. you
could render the menu in its own <iframe> which is the only object that will
render ontop of a dropdown.

-- bruce (sqlwork.com)

"Rosanne" <Rosanne.1su2py@.no-mx.forums.yourdomain.com.au> wrote in message
news:Rosanne.1su2py@.no-mx.forums.yourdomain.com.au...
> I have a menu written in javascript. I include that menu on an aspx
> page. The aspx page contains both a listbox and a datagrid. There is
> one drop down menu that overlaps the place where the listbox is. When
> the user hovers over the drop down menu, the listbox hides the bottom
> options on the menu. However, the menu also overlaps the place where
> the datagrid is, but the datagrid does not hide the menu - the menu
> appears over the datagrid as it should. Any idea how to make the
> listbox work this way, too? When the menu is displayed, it should
> always be fore front.
> Thanks in advance!
>
> --
> Rosanne
> ----------------------
> Rosanne's Profile: http://www.highdots.com/forums/member.php?userid=283
> View this thread: http://www.highdots.com/forums/showthread.php?t=2245583

0 comments:

Post a Comment