| Author |
using frameset
|
meera jan
Greenhorn
Joined: Aug 30, 2005
Posts: 21
|
|
hi all, In my application home page is divided into header,body and footer. In between header and body i am putting one pull down menu.The menu is coming ,but it is not appearing infront of the body,instead it is coming behind the body.Is there any way so that menu frame appears above body? what i am using is A single frameset and inside 4 frames for header,menu,body anf footer. thanks
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Frames are seperate pages so there is no way for data to go over the borders. Now is this a JavaScript dropdown or is it a select element? Eric
|
 |
meera jan
Greenhorn
Joined: Aug 30, 2005
Posts: 21
|
|
|
It is not select.A pulldown menu created by using some javascripts.The probelm is,when the pulldown appears since the body frames is there,that menu is not at all visible.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Than you either should avoid frames or you need to find a menu that has frame support. Some have the ability to do it. You just have to search. Eric
|
 |
Yuriy Fuksenko
Ranch Hand
Joined: Feb 02, 2001
Posts: 413
|
|
It depends on what are you using for menu elements, and in what context there are created. If your solution required for IE only, use popup element http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/html/10cc2b6d-d7b8-46c7-a961-6b580dea52a6.asp
|
 |
Yuriy Fuksenko
Ranch Hand
Joined: Feb 02, 2001
Posts: 413
|
|
Here is another idea. this is prove of concept code, that works in IE and Firefox. I was pretty sure it won't work, but it does.
|
 |
meera jan
Greenhorn
Joined: Aug 30, 2005
Posts: 21
|
|
If I remove frameset,how can I create a layout like that.I searched alot for pulldown menu which supports frameset.but didn't get one .anyone can help me? thanx
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
HV menu supports frames
|
 |
meera jan
Greenhorn
Joined: Aug 30, 2005
Posts: 21
|
|
HI, thanx for the kind help.I tried to use the HV menu in my application.But whenn i use the one whithout framest,it is working.but one with frameset is not working.It is not giving any error.But the menu is not coming.I did what they have specified in the install-frames.htm.any one tried with that?what may be the problem? thanx.
|
 |
 |
|
|
subject: using frameset
|
|
|