Hello.
I fiddled around in listmenus.js. I altered line 68 from:
if(_y3[_a].mS)_y6+="style="+_y3[_a].mS+";";else _y6+="style="+_sty+";";
to:
if(_y3[_a].mS)_y6+="openstyle='up';style="+_y3[_a].mS+";";else _y6+="style="+_sty+";";
also works:
if(_y3[_a].mS)_y6+="openstyle='up';style="+_y3[_a ...
Search found 2 matches
- Thu Oct 18, 2007 2:35 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: openstyle="up" with listmenus.js
- Replies: 1
- Views: 1520
- Wed Oct 17, 2007 11:13 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: openstyle="up" with listmenus.js
- Replies: 1
- Views: 1520
openstyle="up" with listmenus.js
Hi!
Thanks for your work on your DHTML Menu. I've used it successfully on a couple of projects. My most recent project is based on Typo3 (typo3.org) to generate the DHTML Menu I opted for the buildListMenu() function as it offers accessability and is easily implemented through Typo3.
My problem is ...
Thanks for your work on your DHTML Menu. I've used it successfully on a couple of projects. My most recent project is based on Typo3 (typo3.org) to generate the DHTML Menu I opted for the buildListMenu() function as it offers accessability and is easily implemented through Typo3.
My problem is ...