I've just been tinkering with a menu on a site (licence 202493) and am fairly sure I haven't done anything daft. I've upgraded to the latest version and still get the error (only on IE on a PC).
The menu can be found at:
http://validbeta.portunus.co.uk/pages/
With the source of the menu being at:
http://validbeta.portunus.co.uk/pages/menu_data.cfm
I've had this menu working fine for ages - the only change I've made is to the names of the pages - I presume you can have the same text in multiple parts of the menu?
Many thanks,
Ben
Invalid Argument
In your code you have...
...which is invalid syntax.
Try...
Code: Select all
onborder="1 px solid #999999";
offborder="1 px solid #999999";
Try...
Code: Select all
onborder="1px solid #999999";
offborder="1px solid #999999";
John