Subversion Repositories DevTools

Rev

Rev 5513 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5513 Rev 5642
Line 55... Line 55...
55
 
55
 
56
// Don't adjust top. Assume menus are at the top. All adjusting will do is push the top off the screen
56
// Don't adjust top. Assume menus are at the top. All adjusting will do is push the top off the screen
57
//delta = bottomedge-menuobj.contentheight;
57
//delta = bottomedge-menuobj.contentheight;
58
//if (delta < 0) top += delta;
58
//if (delta < 0) top += delta;
59
 
59
 
60
menuobj.thestyle.left=left;
60
menuobj.thestyle.left=left+'px';
61
menuobj.thestyle.top=top;
61
menuobj.thestyle.top=top+'px';
62
menuobj.thestyle.visibility="visible"
62
menuobj.thestyle.visibility="visible"
63
return false
63
return false
64
}
64
}
65
 
65
 
66
function contains_ns6(a, b) {
66
function contains_ns6(a, b) {