Coen
07-10-2007, 12:10 PM
1) Script Title: Anylink Vertical Menu
2) Script URL (http://www.dynamicdrive.com/dynamicindex1/anylinkvertical.htm)
3) The situation: I applied the Anylink Vertical Menu script to a single rollover image which says 'krant', on Mobiplaza.nl (http://www.mobiplaza.nl/).
4) The problem:
In IE.7 appear useless scrollbars that disappear after a mouseover of 'krant'.
In FF none such useless scrollbars appear.
5) Trials:
I tried to mimic the onMousOver of 'krant' by inserting an onLoad into the body-tag:
<body onLoad="dropdownmenu(this, event, 'anylinkmenu1')">This indeed causes no longer scrollbars to appear in IE, but instead the popup menu of 'krant' malfunctions in FF.
6) Questions:
Should I in some way, insert return clickreturnvalue() into the onLoad body tag as well? Or should I say clickreturnvalue(true) or clickreturnvalue(false) or both? Or clickreturnvalue='true' etc.? I have tried all variations, no success.
Or should I do something entirely different?
You see, I have reached my limits of knowledge of scripting and syntax. Please help!
2) Script URL (http://www.dynamicdrive.com/dynamicindex1/anylinkvertical.htm)
3) The situation: I applied the Anylink Vertical Menu script to a single rollover image which says 'krant', on Mobiplaza.nl (http://www.mobiplaza.nl/).
4) The problem:
In IE.7 appear useless scrollbars that disappear after a mouseover of 'krant'.
In FF none such useless scrollbars appear.
5) Trials:
I tried to mimic the onMousOver of 'krant' by inserting an onLoad into the body-tag:
<body onLoad="dropdownmenu(this, event, 'anylinkmenu1')">This indeed causes no longer scrollbars to appear in IE, but instead the popup menu of 'krant' malfunctions in FF.
6) Questions:
Should I in some way, insert return clickreturnvalue() into the onLoad body tag as well? Or should I say clickreturnvalue(true) or clickreturnvalue(false) or both? Or clickreturnvalue='true' etc.? I have tried all variations, no success.
Or should I do something entirely different?
You see, I have reached my limits of knowledge of scripting and syntax. Please help!