Search found 4 matches

by webdevil
Sun Jun 24, 2007 4:34 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Bug Fix for 5.775 - AJAX (with slow load and quick rolls)
Replies: 3
Views: 2965

UPDATE:

After playing more and trying to bust my own fix (because i dont like when simple things fix problems)...

If it 'hiccups' like i mentioned in post, it appears to assign the 'submenu' to the item that did not have its own submenu. It still assigns the menu to its original parent, but also ...
by webdevil
Sun Jun 24, 2007 4:26 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Bug Fix for 5.775 - AJAX (with slow load and quick rolls)
Replies: 3
Views: 2965

Bug Fix for 5.775 - AJAX (with slow load and quick rolls)

I dont know how to officially submit a bug, but found that when using a slower loading ajax version of the submenus (using your demo as a model). It can throw an error when moving mouse too quickly over items and off again (only certain items without a submenu usually next to an item with one, roll ...
by webdevil
Wed Apr 11, 2007 3:04 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: & entity and the url
Replies: 1
Views: 1855

& entity and the url

Ok... here is the dilemma.

my url : http://www.somewhere.com?v1=a&v2=b (not real of course)

I need to use "&" in my url... for the variable parameters etc.
If I use a normal '&' it works fine parameters pass etc.
But... w3c.org yells at me for having an &v2 that is not a valid entity.

So on to ...