Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:56
Invalid Argument
Poster: benlinton
Dated: Tuesday August 29 2006 - 11:45:35 BST
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
Poster: John
Dated: Wednesday August 30 2006 - 16:10:10 BST
In your code you have...
Code:
onborder="1 px solid #999999";
offborder="1 px solid #999999";
offborder="1 px solid #999999";
...which is invalid syntax.
Try...
Code:
onborder="1px solid #999999";
offborder="1px solid #999999";
offborder="1px solid #999999";