Search found 2 matches

by mofo
Tue Sep 09, 2008 6:53 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Displaying a menu by default
Replies: 2
Views: 1743

Re: Displaying a menu by default

I ended up launching the popup method in a timer "setTimeout(popup('Student',1),60);" that I embedded at the end of the HTML code. This only worked if I set enough time for the page to display completely (40-60ms depending on the page and computer).
by mofo
Mon Sep 08, 2008 10:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Displaying a menu by default
Replies: 2
Views: 1743

Displaying a menu by default

I am using the menu with an imagemap and it works fine.
<area onMouseOver="popup('Research',1); shape="poly" coords="95,25,95,2,225,2,224,24,97,22,230,24" href="#" />
<area onMouseOver="popup('Academics',1); shape="poly" coords="95,25,95,2,225,2,224,24,97,22,230,24" href="#" />
(...)
I would ...