I converted my menues from 3.x to 5 a few days ago. I just noticed that hovering over a menu item that has no link associated with it, it shows a hand for a cursor... making you click, but all I get is an error: void()
There should be no hand for menu items that have no URL associated with it. The menu can be seen at http://www.yourstore.com.au. It is the top menu | My Account for instance that shows this behaviour.
It is coded as follows: (I have broken the line after each ';'
aI("text= My Account ;
showmenu=account;
status=Your account-related information (Main Page)")
Any ideas what needs to be fixed?
Another thing I noticed is the "Jump to top of page". the last menu item on the left hand side menu, is coded to show the red triangle 'right', though it shows up left.
It is coded as follows:
aI("text= Jump to top of page;
imagepadding=5;
image=/res/ArrowUred.gif;
imagealign=right;
url=#top;
status=Jump quickly to the top of this page ...;
separatorsize=1")
Is this a bug, or just me overlooking something

Thanks and regards,
Max