Jump to content
  • 0

Горизонтально меню с разделителем пуктов картинкой


alfaq
 Share

Question

Здравствуйте, суть проблемы:

есть меню

<div class="mainmenu">
<ul>
<li><a href="#">Главная</a></li>
<li><a href="#">Услуги</a></li>
<li><a href="#">Новости</a></li>
<li><a href="#">Контакты</a></li>
</ul>
</div>

его стиль

.mainmenu {
height: 50px;
background-color: #003362;
border-radius: 20px 20px 0 0;
}

.mainmenu ul {
padding-left: 20px;
margin-top: 0;
}

.mainmenu ul li{
list-style: none;
display: block;
float: left;
padding: 0 15px 0 15px;
height: 50px;
background: url(../images/tab.jpg) 0 50% no-repeat; /* картинка разделитель*/
}

.mainmenu ul li a{
color: #FFF;
font-size: 16pt;
}
.mainmenu ul li:first-child{
background: none;
}

в результате получается

bc254d31d75f31d0dc9fc284fcd9329e.JPG

как видно на изображении проблема опустить сами ссылки ниже (при этом, что бы фон-разделитель остался на своём месте)

c604def9e92d97e6524ea87b572a3f8c.JPG

пробывал так

.mainmenu  ul li a{
color: #FFF;
font-size: 16pt;
padding-top: 15px
}

может есть какое-то другое решение?

Edited by alfaq
Link to comment
Share on other sites

2 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