Javascript Drop Down Menu Challenges

G

Guest

I created drop down menus on my site - both vertical and horizontal, using
javascript. Everything looked great in preview, and even the internet
preview. When I published the site it turned out to look like this:
http://www.iltenants.com/testtenantscreening.htm

You will see the orange that is supposed to be a horizontal menu and the
blue to the left of the page with bullets is supposed to be a vertical menu.

I went back and changed my regular site to be different because what it
looked like above would chase away visitors. However, I made this test page
to show what is happening. I can really use some product help with this. I
posted to the dynamic drive forum and they just wanted to bash frontpage,
etc. This doesn't help me at all. I've used frontpage for five years and have
never had this happen. I finally learned how to use the javascript and now
i'm seeing funny stuff.

Please HELP!!!! Thank you.
 
D

David Berry

The problem could be because of the include pages. You have both your menus
as includes. In those includes you have the links to the JS and CSS pages
for the menus but you also have those SAME links in the main page that
you're including the content into. This could be causing the scripts and
styles to overwrite each other. Try removing the JS and CSS lines from the
include and just leaving them in the main page.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top