I have the floating menu bar somewhat in location, none of the settings are correct
Return to Recent Questions
Q:
I am having a lot of trouble trying to get the menu to work
properly. I want to make sure that I get it working before I make
the licesning purchase.
The menu is to be CSS based but while I have the main menu
somewhat in location, none of the settings are correct. Can you
help?
A:
See, the problem is that the script can't get css properties of the object if they are described in separate .css block (or file).
To get the value you should move .css style into style="POSITION: relative;" attribute.
Please, try to add your
css file -> inline css
Try to write so:
<DIV id=if-navbar style="POSITION: relative;">
Return to Recent Questions
|