Creating Submenus

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jtodd
Beginner
Beginner
Posts: 1
Joined: Fri Nov 21, 2003 5:58 pm

Creating Submenus

Post by jtodd »

Hi.
I"m using version 5.0 of MIlonic and am unable to position my submenu...
as suggested in Milonics samples...

HEre is my .html code:
<tr><td class="menu">
<a href=# onmouseover="popup('email')" onmouseout=popdown()>Milonic</a>
<img src="../Images/mba.jpg" border="0" name="text" id="text"><a href=# onmouseover="popup('email','text')" onmouseout=popdown()>Milonic</a>
</td></tr>
</table>

Here is my menu code:
with(milonic=new menuname("email")){
top=62;
left=200;
itemwidth=150;
borderwidth=1;
style=style1;
aI("text=Faculty/Staff;url=http://bumail.bakeru.edu;;separatorsize=1")
aI("text=CAS Students;url=http://wildcat.bakeru.edu;;separatorsize=1")
aI("text=SPGS Adjuncts/Students;url=http://spgsmail.bakeru.edu;;separatorsize=1")
}

It isn't reading top/left attributes at all.. I've also tried position: absolute as well as top and left offset values...

My menu comes up only with the second example that calls (email,text)... The first example, the menu doesn't even appear...

Any thoughts?

thanks for your time.
Julia
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Please post a URL so we can see all your code.
John
User avatar
fredlongworthhighschool
Mega Advanced
Mega Advanced
Posts: 362
Joined: Fri Jun 27, 2003 11:34 am
Location: Manchester, England.
Contact:

Post by fredlongworthhighschool »

Which RC are you using? Did you upgrade your menu data from a V3 menu?
Andy Davis
Web Designer & Smartboard Manager

Fred Longworth High School, Manchester, England.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

It sure looks like converter code, Andy. But I'd still like to see the whole thing.
John
Post Reply