-
Pop Menu Script
1 question
open my website www.vxdesigns.com
in i.e
go to main page
where it has a menu on left side
hover over downloads or tuts
a menu pops out
right ?
ok
instead of the menu on left i have a right side menu now on another page lets say about.php
now the menu is in a iframe
so if i hover over downloads or tuts
the menu pops out
but it gets hide by the middle page (main content content)
becus the iframe is a different page
is there a way to over lap my menu from the iframe onto content page ? so the menu shows completely and not hide...
In simple words i need instructions for inserting my menu script in a frames page, where the main menu resides in one frame, and the resulting submenus drop down in another. For an example, see: http://www.burmees.nl/
heres the script i am using
http://dynamicdrive.com/dynamicindex1/popit.htm
I read somewhere where the author was doing the same exact thing with his own menu script
Create frameset with coloms <html>
<head>
<title>Your Title</title>
</head>
<frameset cols="150,*" framespacing='0' frameborder='0' border=0>
<frame frameborder='0' framespacing='0' src="MyNavigation.htm" noresize scrolling='no' name="MyFrameOne"></frame>
<frame frameborder='0' framespacing='0' src="MyMain.htm" name="MyFrameTwo"></frame>
</frameset>
</html>
Create frameset with rows <html>
<head>
<title>Your Title</title>
</head>
<frameset rows="150,*" framespacing='0' frameborder='0' border=0>
<frame frameborder='0' framespacing='0' src="MyNavigation.htm" noresize scrolling='no' name="MyFrameOne"></frame>
<frame frameborder='0' framespacing='0' src="MyMain.htm" name="MyFrameTwo"></frame>
</frameset>
</html>
I need somethign like this ... Any help in appreciated.
-
-
The example menu you mention at:
http://www.burmees.nl/
Is made using this menu:
http://www.dynamicdrive.com/dynamici...menu/index.htm
which can drop across frames as well as be a vertical menu.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks