Jump to content
  • 0

При наведении не показывается блок


alacka
 Share

Question

<div class="top-menu"> <div class="moduletable_menu">  <h3>Заголовок меню</h3>   <ul>    <li><a href="">О нас</a>      <ul>        <li>Онас 2</li>        <li>Онас 3</li>      </ul>   </li>   <li><a href="">Контакты 2</a>      <ul>	 <li>Онас 2</li>	 <li>Онас 3</li>      </ul>   </li>   <li><a href="">Контакты</a></li>  </ul></div></div>
.top-menu h3 {	display: none;}.top-menu ul {	margin: 0 auto;	padding: 0;	display: table;}.top-menu li {	width: 127px;	height: 27px;	float: left;	list-style-type: none;	margin: 0 10px 0 0;	text-align: center;	background: url(images/menu-bg.jpg) repeat-x;}.top-menu li a:hover {     border-right: 1px solid #fff;     border-left: 1px solid #fff;     border-bottom: 1px solid #fff;}.top-menu li a {	height: 23px;	padding: 4px 0 0 0;	font: 14px Arial;	text-transform: uppercase;	color: #145f66;	text-decoration: none;	display: block;}.top-menu ul li ul {	display:none;}.top-menu li:hover .top-menu ul li ul {	display:block;}

Почему при наведении не появляется под меню ? Чет я не могу разобраться..... Помогите пожалуйста

Вот песочница - http://jsfiddle.net/alacka/2aExJ/

Edited by alacka
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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