scrollbar submenu in frames based menu

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
bram
Beginner
Beginner
Posts: 2
Joined: Sun Oct 24, 2004 10:28 pm

scrollbar submenu in frames based menu

Post by bram »

Last day i have downloaded the frames based menu. Only there is a problem when a menu item exists from a sub-menu with32 items. It is possible add scrollbar to this.

greetings

bram
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

overflow="scroll";

I have no idea if this is a specific issue with frames.

maz
bram
Beginner
Beginner
Posts: 2
Joined: Sun Oct 24, 2004 10:28 pm

Post by bram »

It doesn't work or i don't know where i need to put it in the script.
This is my longest submenu:

addmenu(menu=["form-uitvoering",
,,260,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Acquisitieformulier",rootdir + "ISO-9001/9001.html",,,1
,"Inzamelen-oud-papier-verenigingen",rootdir + "ISO-9001/9001.html",,,1
,"Grofvuil-melding",rootdir + "ISO-9001/9001.html",,,1
,"Afleverbon-cabzakken",rootdir + "ISO-9001/9001.html",,,1
,"Afgevoerd-wit-en-bruingoed",rootdir + "ISO-9001/9001.html",,,1
,"Inzamelstraat-wit-en-bruingoed",rootdir + "ISO-9001/9001.html",,,1
,"Huisuitzetting",rootdir + "ISO-9001/9001.html",,,1
,"Informatie-big-bags",rootdir + "ISO-9001/9001.html",,,1
,"Big-bags",rootdir + "ISO-9001/9001.html",,,1
,"Planning-afvoer-afval-MS",rootdir + "ISO-9001/9001.html",,,1
,"Overdracht-kasgeld-MS",rootdir + "ISO-9001/9001.html",,,1
,"Checklist-veiligheidstas",rootdir + "ISO-9001/9001.html",,,1
,"Aanmelden/leveren/transporteren-ICT-materialen",rootdir + "ISO-9001/9001.html",,,1
,"Factuur/Intakeformulier-MS",rootdir + "ISO-9001/9001.html",,,1
,"Informatie-ongediertebestrijding",rootdir + "ISO-9001/9001.html",,,1
,"Checklist-persoonlijke-beschermingsmiddelen",rootdir + "ISO-9001/9001.html",,,1
,"Checklist-winterdienst",rootdir + "ISO-9001/9001.html",,,1
,"Werkopdracht-ongediertebestrijding",rootdir + "ISO-9001/9001.html",,,1
,"Verzamelstraat-milieustraat",rootdir + "ISO-9001/9001.html",,,1
,"Gevaarlijke-afvalstoffen",rootdir + "ISO-9001/9001.html",,,1
,"Ontvangstnota-KGA-bedrijven",rootdir + "ISO-9001/9001.html",,,1
,"Opdrachtbon-containerwisseling",rootdir + "ISO-9001/9001.html",,,1
,"Checklist-containers",rootdir + "ISO-9001/9001.html",,,1
,"Checklist-papierpers",rootdir + "ISO-9001/9001.html",,,1
,"Checklist-restafvalpers-1",rootdir + "ISO-9001/9001.html",,,1
,"Checklist-restafvalpers-2",rootdir + "ISO-9001/9001.html",,,1
,"Dagrapport-winterdienst",rootdir + "ISO-9001/9001.html",,,1
,"Routestraat-winterdienst",rootdir + "ISO-9001/9001.html",,,1
,"Urenregistratie-winterdienst",rootdir + "ISO-9001/9001.html",,,1
])

Actually, where do I have put down then overflow="scroll"; ?
In the addmenu function?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

I don't believe version 3 has the capability to do a scroll bar on long items. overflow="scroll" is a parameter in version 5 of the menu. Have you considered using iframes instead of frames? You can use version5 with iframes.

Ruth
Post Reply