This happens not only on my site, but even the Milonic site shows it. Want to see it? Load http://milonic.com (using Firefox), point the mouse on DHTML Menu and then immediately on Supported Browsers. If you do that in the first five seconds after the page load, you'll see it.
It has something to do with focussing. In one of my menu items a visitor can enter a search term to search my site. The code is this:
Code: Select all
with(milonic=new menuname("Zoeken")){
overflow="scroll";
style=menuStyle;
aI("image="+baseUrl+"bestanden/menu/images/zoeken.ico;"+
"text=<form action=http://search.freefind.com/find.html method=get target=_top style='margin: 10px 0 10px 0'>"+
"<input type=hidden name=lang value=nl>"+
"<input type=hidden name=id value=16240698>"+
"<input type=hidden name=pageid value=r>"+
"<input type=hidden name=mode value=all>"+
"<input type=hidden name=n value=0>"+
"<input type=text name=query size=30>"+
"<input type=submit value=Zoek></form>;type=form;");
}
Erik.