• Resolved intcon

    (@intcon)


    Hello!

    Been working on this for weeks, finally got the drop down to work in IE, but not Netscape.

    https://bit.ly/SVGa5M
    In Netscape, if you mouseover the books3 button, you can see the second item on the first sub menu, but you can’t click on it.

    Is it a spacing/padding issue? Or something worse…=)

    Thanks in advance for any help..

Viewing 7 replies - 16 through 22 (of 22 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    So now it’s just the top:0; from my previous post and it’s looking correct?

    Clear your browser cache on your browser. Your browser could be storing old CSS versions of the website.

    Thread Starter intcon

    (@intcon)

    Jeez louise, it’s right there..the blaze title is being covered by the covert title…so i changed this to 140….

    #nav ul li ul.sub-menu li ul.sub-menu {
     left: 140px;
     top: 0;
     position: absolute;
    }

    and it works. it works in ie and netscape and can i tell you i love you? =)

    holy cow it works it works it works….=)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    That was fun ??

    Thread Starter intcon

    (@intcon)

    lol….stick with me…it happens to me alot!

    LOL! Way to go, Andrew!!! You get the patience, persistence and brilliance award for the day! As do you, intcon!

    Thread Starter intcon

    (@intcon)

    I agree…round of applause for Andrew….thanks so much for sticking with me….it’s appreciated more than you know!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thanks all.

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Drop down works in IE, not Firefox’ is closed to new replies.