Search found 3 matches

by harm
Fri Jan 07, 2005 3:20 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: CPU at 100%
Replies: 17
Views: 12290

droste-effect

I don't know what your previous post was, but maybe you have something in your code as this:

with(milonic=new menuname("Alpha")){
style=menuStyle;
aI("text=Geschiedenis;showmenu=Alpha;");
aI("text=Test;url=test.html;");
}

And that's what may cause your CPU to 100%, because the submenu of Alpha ...
by harm
Fri Jan 07, 2005 2:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem with menu having form
Replies: 6
Views: 4109

autocomplete=off

Use AUTOCOMPLETE=OFF, so <input name=feature_id size=11> must be
<input name=feature_id size=11 autocomplete=off>. I didn't try it, but i think it should work.
source:
http://www.htmlcodetutorial.com/forms/_ ... PLETE.html
by harm
Fri Jan 07, 2005 2:26 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Submenus don't scroll with main menu (firefox)
Replies: 1
Views: 1732

Submenus don't scroll with main menu (firefox)

Instead of frames, i made my webpage of absolute positioned layers, for example, my menu-layer is:
div.menu
{
position: absolute;
top: 5em;
left: 0;
width: 10em;
height: 150%;
}
inside the menu-layer i put the milomic-menu:
<div class="menu">
<table>
<td>
<script>
with(milonic=new ...