Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] IE menu and horizontal scroll issue.

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #25643
    cjsmusic
    Member

    Hi this is the first time posting. I’m having two problems one is a problem that is global to all browsers and the other is only occurring in IE 7 and lower. You can view the site at http://www.academicmusicschool.com I am a teacher at the school and I offered to do this to gain more experience in the web world.

    Anyways, the IE problem: The nested menu that I have created is hiding behind main content. In other words my submenus are essentially useless and hidden in versions of IE lower then 8. In versions lower then 7 the menu will not show at all upon hovering over the main menu. I have done an all HTML/CSS version of the menu (No Javascript). As for trouble shooting I have try z-index with no luck. I have also try pulling out my hair but that doesn’t do much either.

    The second problem seems that I have horizontal scroll but there is no text to make this happen. There seems to be some blank space on the side of the screen. This problem is occuring in all browsers that I am aware of.

    On top of the above I have validated the HTML to the best of my abilities.

    Thanks for the help,
    Jordan

    #61766
    immel
    Member

    Seems like the page is currently unavailable, is that just temporary?

    #61770
    immel
    Member

    I can see the horizontal scroll bar, and I’ve located the source of part of the problem. The CSS IDs #plumbPianos and #directory have a width of 749px that push out towards the right, that’s is what gives you the scroll bar. You have to rewrite the code for how you display the links in your footer.

    #61780
    cjsmusic
    Member

    Thanks for the thoughts. I originally thought it was fine as well and then I tried to resize to see what a smaller screen might see. Low and behold a horizontal scroll problem.

    Thanks for the help. I will input the suggestions in the morning and see how things work. I’ll be sure to let you all know how it turns out.

    #61935
    cjsmusic
    Member

    So I’ve had a chance to try out the solutions suggested.

    The horizontal scroll problem has been solved in Firefox, Safari and IE 8 thanks for the tip. The horizontal problem still seems to be occurring in IE 7. I’m not concerned with IE 6 as I hoping most people will have upgraded by now.

    But more importantly the menu problem still persists. I tried implementing the google hack but had no luck. I will keep trying to find a solution myself. Please keep posting ideas as I am interested to see what people think is the problem.

    #61958
    cjsmusic
    Member

    This is a tricky one for some reason. I’ve removed the float as you said but still the menu is hidden behind the content in IE 7.

    I’ll keep messing with it until something works. Please keep those suggestions coming.

    #61959
    cjsmusic
    Member

    So I’ve fixed it. It’s a compromise as I had to remove the jqury script that makes the nice rounded corners. Thanks for the help from all.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘CSS’ is closed to new topics and replies.