display sub-menu arrow on level 1 menu items

3 views
Skip to first unread message

hollywood

unread,
Nov 21, 2006, 5:07:53 PM11/21/06
to DOM Menu Library
Is it possible to display the submenu arrow on the level one menu items?

Pat Wong

unread,
Jan 10, 2007, 11:45:59 PM1/10/07
to DOM Menu Library

hollywood wrote:
> Is it possible to display the submenu arrow on the level one menu items?

This seems like a very screwy way to fix this problem, but here's how I
solved it.

Go into domMenu.js and find the following line:

element.style.backgroundImage = 'url(' +
settings.get('expandMenuArrowUrl') + ')';

Change it to something like the following:

element.style.backgroundImage = 'url(http://www.mysite.com/arrow.gif)';

Of course, change that http address so that it correctly reflects where
arrow.gif is on your server.

Reply all
Reply to author
Forward
0 new messages