CSS issue in LI

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fabien Fetter
    New Member
    • Jul 2011
    • 1

    CSS issue in LI

    Hi,
    Do you also see a blue box instead of a link on http://paradive.ch/test.html

    Then, can anyone explain what's wrong, either in my page or in my CSS ?

    Thanks in advance, have been looking around for a while now...

    Fabien
  • Sudaraka
    New Member
    • Jan 2011
    • 55

    #2
    Yes, blue box (background color) comes from the CSS "ul ul a", which I believe you have used to set the background color of the dropdown menu.

    That selector is too generic and will get you into pit falls like this, instead use some thing like "#MenuBar1 ul a" so the menu styles only apply to the menu elements.

    Comment

    Working...