Can soneone tell me why part of this site does not work in google chrome

Discussion in 'HTML & Website Design' started by bthomas312, May 3, 2011.

  1. #1
    Take a look at this site in google chrome and firefox and you will see that in chrome the menus on the left side do not load right, dose anyone have an ideal of why? I am just not sure were to start on it.

    http://www.gannonproperties.com/
     
    bthomas312, May 3, 2011 IP
  2. Chipzzz

    Chipzzz Member

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #2
    Install the 'web developer' module and click on its 'Validate HTML' link. A tab will open showing you the W3C validation service page for your site which currently contains 21 errors. Usually correcting the HTML so that it validates correctly cures problems such as you describe, although I should mention that when I looked at the page in Firefox with Firebug, it reported, "Failed to load source for: http://www.gannonproperties.com/nav.files/dmenu.js". The file is there and the menus appeared to work, so the significance of the message is not entirely clear. When the HTML validates that error may go away as well.

    Good luck with your project... it shows great promise :).
     
    Chipzzz, May 3, 2011 IP
  3. aspnaren

    aspnaren Greenhorn

    Messages:
    87
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    I checked the website.From my guess, you have embedded a flash file for header and main content..You got the menu on the left pan..I think you have used Jquery for the sub menus..The problem is with your query code..What happens when you load the page with google chrome is, the jquery code has no effect and you see the plain html version of the menu rolling by...make a new code for the sub menu or a take a nice piece of code from web and customize it...

    Free jar games
     
    aspnaren, May 3, 2011 IP
  4. bthomas312

    bthomas312 Peon

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    This is the var that holds the info to print out the menu


    var menuItems = [

    ["Company Information ","companyinfo.shtml", , , , , "-1", , , ],
    ["|Who We Are","companyinfo.shtml", , , , , "-1", , , ],
    ["|Our Team","ourteam.shtml", , , , , "-1", , , ],
    ["|Job Openings","careers.shtml", , , , , "-1", , , ],
    ["Gannon Properties","properties.shtml", , , , , "-1", , , ],
    ["|Indiana Properties ","properties.shtml", , , , , "-1", , , ],
    ["||Request Information","guestcard_florida.shtml", , , , , "0", , , ],
    ["||Indiana","", , , , , , , , ],
    ["|||Indiana","http://property.onesite.realpage.com/clubatlakejackson", , , , , , , , ],
    ["|Missouri Properties - St Louis Area","properties.shtml", , , , , , , , ],
    ["||Request Information","guestcard_missouri.shtml", , , , , "0", , , ],
    ["||North County","", , , , , , , , ],
    ["|||The Knolls Townhomes","http://property.onesite.realpage.com/gannontheknolls", , , , , , , , ],
    ["|||Park Ridge","http://property.onesite.realpage.com/gannonparkridge", , , , , , , , ],
    ["|||Ridge Point Crossing","http://property.onesite.realpage.com/gannonridgepoint", , , , , , , , ],
    ["||South County","", , , , , , , , ],
    ["|||Suson Pines","http://property.onesite.realpage.com/susonpines", , , , , , , , ],
    ["||West County","", , , , , , , , ],
    ["|||Heather Ridge","http://property.onesite.realpage.com/heatherridge", , , , , , , , ],
    ["|||Pine Tree Club","http://property.onesite.realpage.com/gannonpinetreeclub", , , , , , , , ],
    ["|||Westbrooke Village","http://property.onesite.realpage.com/westbrookevillage", , , , , , , , ],
    ["|||West Pointe","http://property.onesite.realpage.com/gannonwestpointeapts", , , , , , , , ],
    ["Contact Information","contactinfo.shtml", , , , "_self", "0", , , ],
    ["Home","index.shtml", , , , , , , , ],
    ];
     
    bthomas312, May 3, 2011 IP
  5. Chipzzz

    Chipzzz Member

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #5
    You would probably be doing yourself a favor by going to freelancer.com or elance.com or one of those sites. The problem obviously requires some detailed and time consuming analysis. Free advice is worth every penny you spend on it.
     
    Chipzzz, May 3, 2011 IP
  6. bthomas312

    bthomas312 Peon

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I just needed somewhere to start I can recode it myself if i need to.
     
    bthomas312, May 4, 2011 IP
  7. mrcodealot

    mrcodealot Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    you used <layer> in your menu and <layer> is a shorthand way to generate dynamic items for Netscape Communicator 4. So you should probably use alternative codes for chrome.
     
    mrcodealot, May 10, 2011 IP