Ruprecht
02-10-2011, 11:37 PM
1) Script Title: Mouseovertabs Menu / 2 lines,
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/mouseovertabs.htm
3) Describe problem: I would like to keep the second line of the tab, from which a link was selected, visible instead of having it always jumping back to the tab selected.
You are desribing the method of indexing a tab by giving a parameter to the link: <a href="target.htm?tabmenuid=index">Target Page</a> , but I do not get it running. The second line is not shown and no tab is selected.
My entry in the menu file reads:
<li><a href="link1.shtml" rel="gotsubmenu" id="flotte">Flotte</a></li>
<li><a href="link2.shtml" rel="gotsubmenu" id="schule">Schule</a></li>
and the link in the submenucontents file reads in one DIV:
<li><a href="schule_ang.shtml?yourtabsmenu=schule">Angebot</a></li>
and in another DIV:
<li><a href="flotte_c172s.shtml?yourtabsmenu=flotte">CESSNA 172S</a></li>
Is that correctly understood and would it help my purpose?
My test page is here:
http://www.pilotenclub-wien.at/2011/
Thks for advise,
Ruprecht
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/mouseovertabs.htm
3) Describe problem: I would like to keep the second line of the tab, from which a link was selected, visible instead of having it always jumping back to the tab selected.
You are desribing the method of indexing a tab by giving a parameter to the link: <a href="target.htm?tabmenuid=index">Target Page</a> , but I do not get it running. The second line is not shown and no tab is selected.
My entry in the menu file reads:
<li><a href="link1.shtml" rel="gotsubmenu" id="flotte">Flotte</a></li>
<li><a href="link2.shtml" rel="gotsubmenu" id="schule">Schule</a></li>
and the link in the submenucontents file reads in one DIV:
<li><a href="schule_ang.shtml?yourtabsmenu=schule">Angebot</a></li>
and in another DIV:
<li><a href="flotte_c172s.shtml?yourtabsmenu=flotte">CESSNA 172S</a></li>
Is that correctly understood and would it help my purpose?
My test page is here:
http://www.pilotenclub-wien.at/2011/
Thks for advise,
Ruprecht