Search found 6 matches

by noelc
Fri Jul 01, 2005 2:56 am
Forum: Anything Goes
Topic: Example site
Replies: 1
Views: 4623

Example site

Hi,

I have been evaluating the milonic menu system and have built a site around it (using oscommerce).

I think is has really tidied things up - anyone willing to test it out, offer suggestions, criticisms, or even praise :o please feel welcome:

old version (pre milonic):

http://countrybumpkin ...
by noelc
Thu Jun 09, 2005 6:30 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Another positioning question IE 5.2 on Mac
Replies: 3
Views: 3177

I'm not sure why you are using aI("text=<img src for the images, why not just use the image property?

aI("image=welcome_online_shop.gif;url=index.php;showmenu=online_shop;");

Ahh - because I wasn't aware of this property - is there a list of properties that can be used somewhere?

Hope that ...
by noelc
Wed Jun 08, 2005 2:52 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Another positioning question IE 5.2 on Mac
Replies: 3
Views: 3177

Another positioning question IE 5.2 on Mac

My menus align fine on all other browsers except ie 5.2 on the mac

There are a lot of posts on positioning, and I have read the faq about positioning on the old Mac browser and it looks like I am doing everything correctly (http://www.milonic.com/menufaq.php#mactrouble) - but the menu insists on ...
by noelc
Wed Jun 08, 2005 2:18 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Internet Explorer Shuts Down
Replies: 2
Views: 2235

Internet Explorer Shuts Down

Using v 5.719. on one particular users computer Internet Explorer (6.0) shots down as soon as the page loads.

Any ideas what might cause this?
by noelc
Tue Jun 07, 2005 1:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Making the root links work on the milonic menu
Replies: 2
Views: 2497

found the answer myself - here it is:

on the page you are displaying the menu's on, within the javascript that generates the menu:

aI"text=<img src=image.gif>;showmenu=menu_name;");

add url=link.htm; after menu_name; like so:

aI"text=<img src=image.gif>;showmenu=menu_name;url=link.htm;");
by noelc
Tue Jun 07, 2005 1:31 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Making the root links work on the milonic menu
Replies: 2
Views: 2497

Making the root links work on the milonic menu

If you look at the home page for this site, when you click on My Milonic, it takes you to a specified URL.

On all the other menu tree items. there is no action from clicking on these root links [Javascript:void(0)]

How do I specify links for the top levels of my menu like this?