Forums

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

Home Forums CSS another ‘IE help’ + jQuery

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25028
    infocentre
    Member

    Take a look at this in ie 6 and 7 and you will see the services drop down (jquery plugin) does not allow you to scroll down further that the second option. Its clashing somewhere with the quote box underneth. Works fine in firefox.. obviously! lol

    Link to page: http://www.meonvalleytravel.com/testing … ult_1.html

    and then the css (to make it easier for you!) :
    main: http://www.meonvalleytravel.com/testing … styles.css
    dropdown: http://www.meonvalleytravel.com/testing … demenu.css

    you will see that i have been fiddling with z-index to try and sort it out..

    cheers guys!

    #58503
    apostrophe
    Participant

    I don’t have access to ie right now but just looking at your css in firebug I see that you have the z-index for #second_head_right h1 lower than #nav_wrap which will put it behind.
    I would just set the z-index for #nav_wrap to 2 and the z-index for #second_header to 1 (don’t forget to give it a position of relative).

    #58552
    infocentre
    Member

    ok, cheers. think i have a solution :)

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