Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:06
scrollbar submenu in frames based menu
Poster: bram
Dated: Sunday October 24 2004 - 22:31:52 BST
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
Poster: Maz
Dated: Sunday October 24 2004 - 22:36:57 BST
overflow="scroll";
I have no idea if this is a specific issue with frames.
maz
Poster: bram
Dated: Sunday October 24 2004 - 23:17:02 BST
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?