DHTML dropdown above frame

liunx

Guest
I have DHTML dropdown lists above a frame, and the dropdown lists (upon mouseover) go *under* the frame layer below it. <br />
<br />
Anyone have a clue???<br />
<br />
Help is GREATLY and MUCHLY *appreciated*!! ;)<!--content-->did you try changing the z-index of the manu?<!--content-->Frames have z-index of infinty by default. I think the only thing you can get to traverse the boundry is a select.<br />
<br />
Cd&<!--content-->form controls (select and dropdowns) can not be indexed by the user. those are controlled by windows not the browser.<br />
<br />
so if he is using those then he won't be able to. but he said Dhtml so he might.<!--content-->Thanks for your answers!! <br />
<br />
Ok so form controls can't be indexed, but frames can?<br />
And I need to try indexing the frame? <br />
<br />
>>> Frames have z-index of infinty by default. I think the<br />
>>> only thing you can get to traverse the boundry is a <br />
>>> select.<br />
<br />
What kind of script line would I put in the frame script for this? If it is set by default, I guess it's not there to play with in the first place?<br />
<br />
Thanks again~ :-)<!--content-->jonno,<br />
<br />
there are dhtml dropdowns that work with frames. I use <!-- w --><a class="postlink" href="http://www.dhtmlcentral.com">www.dhtmlcentral.com</a><!-- w --> for mine, but there are plenty all over.<br />
<!-- w --><a class="postlink" href="http://www.a1javascripts.com">www.a1javascripts.com</a><!-- w --><br />
<!-- w --><a class="postlink" href="http://www.dynamicdrive.com">www.dynamicdrive.com</a><!-- w --><br />
<br />
just make sure to read IF they work with frames first. If they do, there are easy config intructions in the code.<!--content-->how is "DHTML dropdown lists" have anyhting to do with forms?<br />
<br />
also the coolmenu's didn't work on frames, but the owner was woking on that. that was about a month and ahlf ago so it should work with frames bt now. also thsoe menus are way cool.<!--content-->
 
Back
Top