Forum Moderators: open

Message Too Old, No Replies

menu over two frames

         

abcd123

5:36 pm on Feb 27, 2010 (gmt 0)

10+ Year Member



Hi... friends.....
i have menu which i want that should be displayed over two frames...taht is menu is one frame and and then next frame starts.so some of submenus are clipped because of second frame...but it should be displayed over second frame...

please help me.....

rainborick

8:08 pm on Feb 27, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I doubt that it's possible to make a drop-down or pop-up menu in one frame overlap onto another frame. Browsers always render the content of frames within the limits set by the <frameset>.

Frames cause problems for users and search engines that you will keep running into as long as you use them. On the whole, the best choice is not to use frames. You can get the same functionality by other means, such as <iframe>s or <div>s.

abcd123

7:32 am on Apr 18, 2010 (gmt 0)

10+ Year Member



thanks for reply...i tried <iframe> and <div> also..
but then also sub menus are clipped and menu is not able to show completely over other div.

so is there any other way to do this except <iframe> and <div>

Thanks....

tangor

7:37 am on Apr 18, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I'd look at what is the cause/effect desired. What is needed in frame one that needs effect in frame two. That said, I wouldn't do that with any menu.