Jump to content

YOOra

Newbie
  • Posts

    1
  • Joined

  • Last visited

YOOra's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Здравствуйте. Нужно реализовать выпадающее меню на стилях. CSS: <div class="menu"> <div class="subMenu"> <div class="mEl"><a href="#">О компании</a> <div class="hider" id="hider"> <div><a href="#">О нас</a></div> <div><a href="#">Продукция</a></div> <div><a href="#">Партнеры</a></div> </div> </div> </div> HTML: .menu { display:block; font-size:14px; padding: 29px 0 32px 30px; } .menu A { text-decoration:none; color:#000; } .subMenu .mEl { display:inline; line-height:1.2em; margin: 2px 30px 0 10px; position:relative; width:200px; } .subMenu .mEl A { padding: 0 3px 0px 3px; clear:both; } A:hover { background:#645475;} .subMenu { display:inline; } .mEl .hider { background-color:#BDE31A; width:150px; display:block; position:absolute; padding:8px 0 0 0; margin:0; *margin:29px 0 0 10px; left:0px; top:17px; } .mEl A:hover { background-color:#BDE31A; } .mEl .hider { display:none; } .mEl:hover .hider { display:block; } Проблема: в Мозилле вс? выпадает, а вот в Эксплорере не хочет. Как излечить?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy