• Hey guys… Im stumped. Im having a small problem getting my vertical dropdown to display vertically in chrome. Works fine in FF and IE. It took a few css changes to get it that far… It started with the z-index, because it was dropping behind the body content, then had to change up the position attribute, because it would open all tabs onto its self…

    theme is open sourcer 1.4 by alan lord
    using plugin; dropdown menu widget 1.72 , by shailan,

    But chrome displays the tabs below the parent, then horizontally across… Can anyone point me in the direction of a fix?

    only a problem in chrome….
    heres the link https://gavinkette.com

    Thanks for the help!

Viewing 1 replies (of 1 total)
  • menu.css line 32 has a float left on it which is causing the problem. I’m jealous, I’ve been trying to figure out how to get my menu to do this and you get yours done by accident! ??

    But yes, remove that float left on menu.css line 32 and it should fix itself!

    I hope this helped
    Megan

Viewing 1 replies (of 1 total)
  • The topic ‘drop down menu going horizontal in chrome?’ is closed to new replies.