|
Our submenus don't appear alignment to the toplevel floating window javascript.
Return to Recent Questions
Q:
Comprehensive Mental Health has a website license for the floating window javascript. We are currently running version 2.0.
Unless we set the topdy parameter to be -65, our submenus do not
appear adjacent to the toplevel floating window javascript. What is causing this problem?
A:
It is possible that you have some problems with your css styles.
Problem is that the floating window javascript can't get the value of "position" attribute of the object if the object doesn't have this property within inline style
(style="position:absolute; top:100px; left:50px;"). To get the value you should move .css style into style="" attribute.
You should add <DIV id=SiteMenu>
to the
style="position:absolute;"
So, you'll have:
<DIV id=SiteMenu style="position:absolute;">
Check that.
Return to Recent Questions
Related:
|