|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
z-index and <iframe...> problem
hi,
i m using javascript drop down menu list having z-index 1000. also using <iframe> on the same page. the src attribute of this iframe is another file containing <frameset>. i set the z-index of <iframe> to -300, of <frameset> to to -500. javascript drop down menu list to 1000 so that menu list must appear on <iframe> . but the problem is that onMouseover on the mune the appearing menulist is hidden behied the <iframe>. how can i prevent the menu list from hidden behind the <iframe>. here is the code: <td height="254" valign="top" class="td"> <iframe height="100%" width="100%" src="termOfService.html" style="position:absolute;z-index:-300;"></iframe> </td> |
|
#2
|
||||
|
||||
|
Hi
Is the menu by any chance created by Response.Write(...) with ASP. If it is, I have experienced problems where dynamically written elements lose there Z-INDEX value all together MK |
|
#3
|
|||
|
|||
|
<iframe> hides javascript menu
hi selwonk,
thanks, but menu is not created by Response.Write()... the menu is referenced from an external menu.js file. and it's position is absolute. the z-index value of javascript menu is 1000 so that it can float over/on other html elements but can't float only over/on <iframe> <frameset> <frame src="..."> <frame src="..."> </frameset> </iframe> please help. best regards arif. |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > z-index and <iframe...> problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|