Search found 5 matches

by bmeine
Mon Oct 17, 2005 7:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: placing the menu in a Dreamweaver template
Replies: 3
Views: 3331

Well, I used .net controls to dynamically create mine, but you could create a javascript variable to hold the root of the url.

ex:
var baseurl = "http://www.mysite.com/"; //for live site

or

var baseurl = "http://localhost/"; //for local dev site

Now when creating the menu data just put baseurl ...
by bmeine
Mon Oct 17, 2005 6:05 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: 3 little issues
Replies: 4
Views: 3212

It worked! Thanks for the help.
by bmeine
Thu Oct 13, 2005 8:59 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: 3 little issues
Replies: 4
Views: 3212

Site now live

Ok, now you can see what it is doing. I have taken the status change off for now so the only problem is when moving the mouse left to right over the horizontal main menu in IE only. I have my resolution at 1280x1024 so you may or may not see what I am seeing at different resolutions. Go to http ...
by bmeine
Thu Oct 06, 2005 8:53 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: 3 little issues
Replies: 4
Views: 3212

Update:

It seems that the IE offset issue and the status text not displaying for main items are somewhat related. When moving cursor from left to right over main items and it gets over the part of the item that triggers the submenu (again, the varying offset from the visible item), it also shows ...
by bmeine
Thu Oct 06, 2005 8:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: 3 little issues
Replies: 4
Views: 3212

3 little issues

I don't have any examples I can link to so hopefully I can explain this well enough. We will go live with the site next week (10-14-2005) so if there are still problems I will post back.

The first one is more of an annoyance problem because it isn't likely to be accidently reproduced.

Ok, first ...