Jump to content
  • 0

Верстка вертикального меню


Sven
 Share

Question

Всем привет. Столкнулся с проблемой верстки вертикального меню.

Сейчас выполнено в таком духе

919671m.jpg

<td class="cat_box"> 
<ul>
<li><a href="/catalog/furniture/office/">Офисная мебель</a></li>
<li><a href="/catalog/furniture/textile/">Текстиль</a>
<ul>
<li><a href="/catalog/furniture/bath/">Для ванной</a></li>
<li><a href="/catalog/furniture/bedroom_txt/">Для спальни</a></li>
<li><a href="/catalog/furniture/co_/">Ковры</a></li>
</ul>
</li>
</ul>
</td>

.cat_box {
background: #ffffff;
border: 1px solid #f0efef;
border-top: 0px;
color: #00549b;
}
.cat_box a {
color: #00549b;
text-decoration: none;
font: 17px Georgia, "Times New Roman", Times, serif;
display: block;
}
.cat_box a:hover {
color: #ffffff;
text-decoration: none;
font: 17px Georgia, "Times New Roman", Times, serif;

}
.cat_box ul li:hover {
color: #ffffff;
text-decoration: none;
font: 17px Georgia, "Times New Roman", Times, serif;
background: #f58320;
display: block;
padding-top: 5px;
padding-bottom: 5px;
margin-left: 3px;
margin-right: 3px;
padding-left: 37px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
.cat_box li li:hover{
color: #f58320;
text-decoration: none;
font: 17px Georgia, "Times New Roman", Times, serif;
display: block;
padding-top: 5px;
padding-bottom: 5px;
}
.cat_box ul {
list-style-type: none;
padding: 0px;
}
.cat_box ul li {
padding-left: 40px;
display: block;
padding-top: 5px;
padding-bottom: 5px;
}

Проблема в следующем. При открытом подменю, когда наводим на один из пунктов подменю - выделяется полностью весь тег <li>

В чем проблема я понимаю, но не получается решить её.

Скрин проблемы

968585m.jpg

Нужно выделять строку (как сейчас есть), на тег <a> не получается такое прикрутить, получилось лишь на <li>

Заранее всем спасибо.

Edited by Sven
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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