Development Help

User 144025 Photo


Registered User
32 posts

I just took over maintenance on a website. I haven't changed anything to the site yet but I have come across a problem before I even started working on the site.

If viewed in Google Chrome, the drop down menus show up as a permanent drop down list of buttons. If viewed in IE, there are no issues; the menu bar appears correctly and the drop downs work as they should.

I have viewed the website build html and don't see where the problem is, so I was hoping maybe some of you with experience would take a look.

Javascript Menu was built by Deluxe-Menu.com

Website is: www.warmspringsinn.com

Any help would be appreciated.

Thanks,

Rick
Happiness is a cup of coffee and a good mouse.

Rick
User 184085 Photo


Ambassador
1,707 posts

The page does not have a page doctype declaration at the top of the code.

eg: <!DOCTYPE html>

if you are coding in html. Since there is no doctype browsers won't know how to interpret the code and will all work willie nillie, possibly even messing themselves on things.
Volunteering to help :)
http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/
User 38401 Photo


Senior Advisor
10,951 posts

Let me also state that some browsers more forgiving than others and you have over 100 errors in your HTML. I would start by checking those out and fixing them also as well as adding the Doctype that David has mentioned. You can see those errors here:

http://validator.w3.org/check?verbose=1 … inn.com%2F

Good luck on it.
User 144025 Photo


Registered User
32 posts

Thanks for the input to both of you. It has been a panic in someways here. This was not a job as normal.... I've had little time to do any real looking over the site. I had seen some errors at a quick glance but believe it or not, I hadn't even noticed the "Doc" issue.

Thanks for the help. I should have more time to go through it with a fine tooth comb this weekend.

Truly appreciate the input.

Rick
Happiness is a cup of coffee and a good mouse.

Rick

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.