Invalid Argument

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
benlinton
Beginner
Beginner
Posts: 2
Joined: Tue Aug 29, 2006 11:39 am

Invalid Argument

Post by benlinton »

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
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

In your code you have...

Code: Select all

onborder="1 px solid #999999";
offborder="1 px solid #999999";
...which is invalid syntax.

Try...

Code: Select all

onborder="1px solid #999999";
offborder="1px solid #999999";
John
benlinton
Beginner
Beginner
Posts: 2
Joined: Tue Aug 29, 2006 11:39 am

Post by benlinton »

Thanks very much - wood for the trees and all that.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

You're welcome. I need easy ones these days! :D
John
Post Reply