Dropdown Menu

I have two frames in frameset one for Menu & other for actions but the problem is that the menu of first frame is visible only in first frame its not visible in second frame i.e it getting hide in first frame.Please suggest me how its work

Subject: Dropdown Menu

Is it that your frameset dissappears when you click on link, and the contents appear on whole of browser window (without the frames)?

Try setting the Frame property: “Default frame for target links” in frame “Menu” to “Right / ”.

That should work. If not, as a fallback option, also the View/Form property “Auto Frame”

Regards

Litty Joseph

Subject: RE: Dropdown Menu

sir my question is differentthe problem is if i used the dropdown menu in top frame the contents of dropdown menu is not visible in another frame .

it getting hide in top frame. i hope u understand…

Subject: RE: Dropdown Menu

Try disabling scrollbar for your frame.

In Domino web applications menu is not normally implemented as stand alone element in a frame. Menu normally comes along with Form or View, which in turn goes into a frame.

You might want to explore DHTML/Javascript/CSS menu a little bit. There are many examples available, such as:

http://simplythebest.net/scripts/DHTML_scripts/dhtml_script_52b_bottom.html?reload_coolmenus

Regards

Litty Joseph

Subject: RE: Dropdown Menu

thanks to reply sir, but i have already using this menu , i have applied it on a form then on a top frame but after the border of the top frame its not visible its getting hide on a top frame.

Subject: RE: Dropdown Menu

Hey jeevan…did you solve your problem??? I have the same situation here.

Subject: RE: Dropdown Menu

Content from one frame can never overlap into another frame, if this is what you want it to.

If you want to use large drop-down menus, don’t use frames.