Jump to content

G1337

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by G1337

  1. The second list should be hidden, it is not. When you mouse over the "menu" in the first list, the second list should be displayed, it is not. I don't know what's wrong. :)

  2. I'm having some trouble making a CSS drop down menu, wondering if any help can be offered, here's the code, tell me if you see a problem.

    <html><heaD><title>Drop down menu?</title><style type="text/CSS">a { text-decoration: none; }ul.menu, ul.menu, ul {width: 60px;border: 2.5px double blue;background-color: black;margin-left: 5px;}ul.menu li {list-style-type: none;margin: 0;position: relative;color: red;}ul.menu li > ul {display: none;position: absolute;top: 3px;left: 50px;}ul.menu ul.CSStoShow {display: none;}ul.menu li:hover > ul {display: block;}ul.menu li a { color: red; display: block; width: 100% text-decoration: none; }ul.menu li a:hover, ul.menu li a.CSStoHighLink { color: blue; }ul.menu li:hover > a {color: blue; }</style></head><body><ul class="menu"><li>Menu</li><ul><li><a href="http://Google.com">Sub</a></li><li>Menu</li><li>Here</li></ul></ul></li>

    This one's getting to me. :)

×
×
  • Create New...