ReneS
Posts: 225
|
| Posted: 04/24/2007, 3:25 AM |
|
Hi,
Does anyone have this problem?
I have a horizontal javascript menu as an includable. If I have a page with a listbox in it, hoover over the javascript menu, then the listbox is gone and it breaks the layout of the page.
Any help is appreciated,
Rene
P.S. Javascript menu is made with cctools (very nice, by the way) but I'm not able rightnow to ask them for support th next 2 days, so I try here......
|
 |
 |
CCT
Posts: 44
|
| Posted: 04/24/2007, 5:48 AM |
|
This is a workaround for known IE5/6 problem with Select controls. They don't respect z-index property which leads to ListBoxes appearing on top of the menu. So solution was to temporary hide ListBoxes while menu is open. This doesn't affect IE7 (Selects were fixed by MS), Firefox, Opera.
_________________
Get more CodeCharge Studio builders at http://codechargetools.com |
 |
 |
ReneS
Posts: 225
|
| Posted: 04/24/2007, 6:08 AM |
|
Hi CCT,
Thanks for quick response! I will learn to live with it.
Rene
|
 |
 |
|