Kees_de_Boer
Posts: 7
|
| Posted: 03/06/2007, 12:31 PM |
|
Hi,
I baught the CCT Javascript Menu Builder and started to build menus.
It appears that the submenus are not 'on top' of other object on the page.
i.e. if the submenu is laid over a search record with a listbox in it, the listbox is on top of the submenu.
Is there a way to prevent this behaviour?
Regards,
Kees de Boer
|
 |
 |
asongo
Posts: 19
|
| Posted: 03/06/2007, 4:05 PM |
|
Hi,
I have the same problem too. For the time being I use RadioButton instead of Listbox.
_________________
PHP 4.4x ,MySQL 4.0x
Kaohsiung,Taiwan |
 |
 |
klipkop
Posts: 16
|
| Posted: 03/06/2007, 4:22 PM |
|
Kees
I'm not a developer but we experienced exactly the same problem with a app that was build for us. It took the company that did the development for me, weeks to get to the bottom. They eventually found a Menu builder that work (since radio buttons defies the purpose of the listbox...) PM me and I can send you the email address/mobile of one of the developers (In South Africa)
|
 |
 |
wkempees
|
| Posted: 03/06/2007, 7:43 PM |
|
From CCS Marketplace IncludePage Wizard - CSS Menu
will link you to: http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm
on that page there is a link to "shim iframe"technique http://dotnetjunkies.com/WebLog/jking/archive/2003/07/21/488.aspx
that apparently solves your problem.
By accident I read it yesterday.
Walter
"Kees_de_Boer" <Kees_de_Boer@forum.codecharge> schreef in bericht
news:245edcfaed8fb5@news.codecharge.com...
> Hi,
>
> I baught the CCT Javascript Menu Builder and started to build menus.
> It appears that the submenus are not 'on top' of other object on the page.
> i.e. if the submenu is laid over a search record with a listbox in it, the
> listbox is on top of the submenu.
> Is there a way to prevent this behaviour?
>
> Regards,
>
> Kees de Boer
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
Kees_de_Boer
Posts: 7
|
| Posted: 03/06/2007, 11:21 PM |
|
Hi all,
Thanks for your help so far. I forgot to mention that this behaviour is for IE6, but FF2 does it right, so maybe it is Style Sheet related...
Will certainly take look at the solutions Walter pointed to...
Regards,
Kees de Boer
|
 |
 |
CCT
Posts: 44
|
| Posted: 03/07/2007, 2:11 AM |
|
This problem is due to the fact, that ListBoxes in IE6 and earlier are in fact ActiveX controls, that doesn't respect z-index property (layer order). This can be fixed by either hiding ListBoxes prior to showing menu or with that IFRAME technique. We'll try to implement one of the solutions in our JS Menu Builder.
This problem only occurs in older IE versions and was fixed in IE7.
_________________
Get more CodeCharge Studio builders at http://codechargetools.com |
 |
 |
|