Jump to content
  • 0

Помогите добавить воздуха в меню


Vimaz
 Share

Question

Добрый день!

Есть вертикальное меню в левой колонке такого вида:

<tr><td class="me">
<ul class="lev">
<li class="menulev" id="menu_left"><a href="">Главная</a></li>
<li class="menulev" id="menu_left"><a href="">Любопытно</a></li>
<li class="menulev" id="menu_left"><a href="">Новости </a></li>
<li class="menulev" id="menu_left"><a href="">Ссылки</a></li>
<li class="menulev" id="menu_left"><a href="">О проекте</a></li>
<li class="menulev" id="menu_left"><a href="">Обратная связь</a></li>
</ul>
</td></tr>

Основные стили CSS такие:

#menu_left a:link, #menu_left a:visited {
text-decoration: none;
font-size: 11pt;
color: #3300ff;
}
#menu_left a:hover {
text-decoration: underline;
font-size: 11pt;
color: red;
}
td.me {
background-image: url(menulev.jpg);
background-repeat: repeat-x;
text-align: left;
}
ul.lev {
list-style-type: none;
margin-left: 0;
padding: 20px 0px;
white-space:nowrap;
}
li.menulev {
border: 1px solid silver;
padding-left: 10px;
text-align: left;
}

Помогите, пожалуйста, как сделать, чтобы названия пунктов в меню отодвинулись от верхней и нижней рамок, а то они сейчас зажаты. Видимо, нужен padding, но не пойму, в какой пункт таблицы стилей его добавить.

Link to comment
Share on other sites

3 answers 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