Forums

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

Home Forums CSS CSS Menu Breaks in IE6

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #46391
    everbeta
    Member

    I have been working with a jquery dropdown menu, which seems to work fine in IE7 and above, as well as all other targeted browsers. It is peculiar, as the submenus have to shift upward in a block a certain amount depending on the number of submenu items. I have been trying to get the menu to present properly in IE6, but have been unable to do so (the menu items are not vertically aligned as they should be, and the submenus do not behave as they do in more modern browsers). Any assistance would be greatly appreciated.

    I have posted the menu [here](http://www.everbeta.com/menutest/ “”)

    I also posted the code to codepen [here](http://codepen.io/anon/pen/DqGBx “”), but I was not sure where to post the separate ie.css file (I am a newbie with codepen).

    the code for ie.css is below:

    ul.dropdown ul li { display: inline; width: 100%; }

    Any help getting this menu to work consistently in IE6 would be greatly appreciated.

    Thanks,
    Colin

    #142776
    Paulie_D
    Member

    If you are using the latest version of JQ then I think it has much reduced support for IE6.

    Most of the dev world has dropped support for IE6….unless this is an absolute requirement I would suggest that you do the same.

    #142777
    everbeta
    Member

    the dropdown menu script I used references jquery-1.3.1.min.js, which is used in the link above… so I am not sure if that is the issue… I put a direct link to the current hosted version in codepen, as I wasn’t sure how else to do it there…

    (the css was based on a solution you provided a few days ago for an inline block menu BTW, Paulie) :)

    #142779
    everbeta
    Member

    [this](http://everbeta.com/menu.jpg “”) is how the menu should look….

    #142780
    PicnicTutorials
    Participant

    Ie6 is dead. There is no reason to code for it anymore.

    #142784
    everbeta
    Member

    I agree. Unfortunately, my (corporate) client doesn’t agree :(

    #142786
    PicnicTutorials
    Participant

    Is he trying to sell/whatever to people in India that make a dollar a day? Because that’s the only ones left that use ie6

    #142798
    Paulie_D
    Member

    >Is he trying to sell/whatever to people in India that make a dollar a day? Because that’s the only ones left that use ie6

    Doesn’t matter, client wants it…client’s paying for it,…client gets it.

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