Link to home
Start Free TrialLog in
Avatar of Sheldon Livingston
Sheldon LivingstonFlag for United States of America

asked on

Dropdown menu not working

I am developing in visual studio 6... classic asp.
I have a drop down menu that is working fine on the developing machine only.
It appears to be a css drop down menu (I inherited this)
When I push everything out to GoDaddy or my own internal server the drop down doesn't work.
I haven't provided any code or anything as I don't believe this to be a code issue since it does work on the dev machine.
Avatar of Paul MacDonald
Paul MacDonald
Flag of United States of America image

It may be you're not deploying the CSS (or javascript) required to run the menu.  I'd double check that all the required files are present first.
Avatar of Sheldon Livingston

ASKER

Here is some code:
<li class="level1">
test
</li>
<ul class="level2">
<li class="level2">
a
</li>
</ul>

test will show... hovering over test, on dev machine only, reveals the a
CSS, then.
Do you have a live URL you can share?
ASKER CERTIFIED SOLUTION
Avatar of LZ1
LZ1
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Wow!  Thought that this would never be fixed via EE!
Strange how my dev machine tolerated this....

Thank you so much!