I see what you mean. Actually, the menu sometimes appearing at the very top of the page is normal, since it does this if it detects there isn't enough visible space below to drop down the menu, as is the case here depending on how you scroll the page. Anyhow, if you wish to disable this, so the menu always drops down, just comment out the below lines inside the script (add "//"):
Code:
//if (windowedge-this.dropmenuobj.y < this.dropmenuobj.contentmeasure){ //move up?
//edgeoffset=this.dropmenuobj.contentmeasure+obj.offsetHeight
//if ((this.dropmenuobj.y-topedge)<this.dropmenuobj.contentmeasure) //up no good either?
//edgeoffset=this.dropmenuobj.y+obj.offsetHeight-topedge
//}
p.s: Inside chromestyle.css, you have a "margin: 124px" line:
Code:
.dropmenudiv{
"
"
margin: 124px;
}
Not sure if this is intentional, but it probably makes more sense visually to remove it.
Bookmarks