Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:55
Creating Submenus
Poster: jtodd
Dated: Friday November 21 2003 - 17:09:16 GMT
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
Poster: John
Dated: Friday November 21 2003 - 20:42:46 GMT
Please post a URL so we can see all your code.