drop downs in IE

Forums Forums Menus drop downs in IE

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1578
    georgiegrace
    Member

    My drop down menus don’t display in IE. In the plugin FAQ it says:

    Q: Your plugin doesn’t work in IE, why don’t you fix it?
    A: The plugin does work with IE, you just haven’t integrated it correctly. See ‘Free support’ below for some tips on how to get it working with IE.

    I hate to ask a question if it’s answered elsewhere, so can someone point me to the tips? I don’t see them anywhere so I can’t figure out how I need to configure the plugin to resolve this problem.

    I’m using the multilevel nav plugin on this test site: http://georgiegrace.co.uk/MIASU/
    The CSS is the standard sheet, with changes to the colours only.

    #8966
    georgiegrace
    Member

    Can anyone help with this? Please?  :-[

    #8967
    Anonymous
    Member

    i am having the same issue with IE. Plugin looks great in Firefox and Safari but doesnt work at all in IE. URL is http://www.eetnow.com/newsplash.

    please help!

    #8968

    Try removing <div id="menu"> and it’s corresponding </div> tag. Hopefully that will help solve your problem as it may be providing CSS which is affecting the menu.

    #8969
    Anonymous
    Member

    I am having the same problems, IE7 and IE8 my dropdowns don’t work… work just fine in firefox and safari…

    URL is http://vegasvalleybookfestival.org/

    please help!

    #8970
    Anonymous
    Member

    I removed the #menu div and also the .menuItem class. The dropdowns still don’t work. Is there any other tag that might conflict with IE?

    Url = eetnow.com/newsplash

    #8971
    Anonymous
    Member

    [b:xlo2z9e9]Hi,
    I’m having same problem. I already do as per your free support. But Still it is not working.
    [/b:xlo2z9e9]
    [b:xlo2z9e9][color=orange:xlo2z9e9]  <div id="nav">
     
    <?php
        if (function_exists(‘pixopoint_menu’))
            {
                pixopoint_menu();
            }
    ?> [/color:xlo2z9e9][/b:xlo2z9e9]

    </div>

    [b:xlo2z9e9]Will you help me. My site is: http://ctamarket.com . Please see this is IE. [/b:xlo2z9e9]

    Here is my edited CSS:

    [b:xlo2z9e9][color=blue:xlo2z9e9]#suckerfishnav {
    font-size:12px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
    }
    #suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    margin:0;
    width:100%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    }
    #suckerfishnav a {
    display:block;
    color:#5e5e5e;
    text-decoration:none;
    padding:0px 10px;
    }
    #suckerfishnav li {
    float:left;
    padding:0;
    }
    #suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:251px;
    font-weight:normal;
    margin:0;
    }
    #suckerfishnav li li {
    width:249px;
    font-weight:bold;
    font-family:verdana, sans-serif;
    background-color: #444444;
    border: 1px solid #666666;
    line-height:20px;
    }
    #suckerfishnav li li a
    {
    padding:4px 10px;
    width:230px;
    font-size:12px;
    color:#dddddd;
    }
    #suckerfishnav li ul ul {
    margin:-21px 0 0 250px;

    }
    #suckerfishnav li li:hover {
    background:#1F3E9F;
    }
    #suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a 
    {
    color:#dddddd;

    }
    #suckerfishnav li:hover a, #suckerfishnav li.sfhover a
    {
    color:#dddddd;
    }
    #suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a
    {
    color:#dddddd;

    }
    #suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul
    {
    left:-999em;
    background-color: #444444;
    }
    #suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul 
    {
    left:auto;
    background:#444444;
    width: 250px;
    }
    #suckerfishnav li:hover, #suckerfishnav li.sfhover
    {
    background-color: #5a5a5a;
    }[/color:xlo2z9e9][/b:xlo2z9e9]

    [b:xlo2z9e9]Please help me out from this problem asap.

    I need your help Now![/b:xlo2z9e9]

    #8972

    Hi,
    Sorry for the ridiculously long wait time before I have replied.

    I’m not sure what could be causing those problems sorry. Hopefully you have managed to fix them in the LONG time it has been since you posted and I got around to replying.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.