Dropdown Menus showing up on right side in IE6

Forums Forums Menus Dropdown Menus showing up on right side in IE6

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #331
    Karthiksn
    Member

    My dropdown menus are working fine in Opera and Firefox and were also working fine in IE6 until I changed some of the width sizes to make the tabs look a bit bigger. It seems after doing that my dropdown lists are showing up on the right side of the main category in IE6. Here is the CSS code I am using which I did edit a lot. And basically its a small menu with just one category that has dropdown.

    #suckerfishnav {
        background:#adc15e repeat-x;
        font-size:15px;
        font-family:times,serif;
        font-weight:bold;
        width:100%;
        border-top:139px;
        }
    #suckerfishnav, #suckerfishnav ul {
        display: block;
        float:left;
        list-style:none;
        line-height:30px;
        padding:0;
        border:1px solid #aaa;
        margin:0;
        width:100%;
        }

    #suckerfishnav li {
        float:left;
        padding:0;
        }

    #suckerfishnav a {
        color:#ffffff;
        text-decoration:none;
        padding:0px 10px;
        }

    #suckerfishnav ul {
        position:absolute;
        left:-999em;
        height:auto;
        width:251px;
        font-weight:normal;
        margin:0;
        line-height:1;
        border:0;
        border-top:1px solid #666666;
        }

    #suckerfishnav li li {
        width:250px;
        height:30px;
        border-bottom:1px solid #666666;
        border-left:1px solid #666666;
        border-right:1px solid #666666;
        font-weight:bold;
        font-family:times,serif;
        }
    #suckerfishnav li li a {
        padding:4px 10px;
        width:250px;
        font-size:15px;
        color:#ffffff;
        }
    #suckerfishnav li ul ul {
        margin:-20px 0 0 100px;
        }
    #suckerfishnav li li:hover {
        background:#ccc;
        }
    #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:#171;
        }
    #suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
        color:#ffffff;
        }
    #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:#ffffff;
        }
    #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;
        }
    #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:#adc15e;
        }
    #suckerfishnav li:hover, #suckerfishnav li.sfhover {
        background:#9cb923;
        }

    It would be good if you could help me with it.

    #3422

    I can’t see anything obviously wrong. But if you provide a link to the problem in action I’ll take a closer look.

    #3522

    I can’t see anything obviously wrong. But if you provide a link to the problem in action I’ll take a closer look.

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