Jump to content
  • 0

Пункт меню при наведении


Digidie
 Share

Question

6 answers to this question

Recommended Posts

  • 0

ну тогда вариант с position:relative;

или вот такой вариант http://jsfiddle.net/g5M5k/

кстати, можно взять и первый вариант и дополнительно в hover дописать border-color:none; т.е будет выводится граница без цвета

Edited by Modestes
Link to comment
Share on other sites

  • 0

.top{
list-style: none;
margin-left: 255px;
}
.top li{
float: left;
height: 50px;
background: url(../images/top_menu_bg.gif) repeat-x;
margin-top: -12px;
font-family: Arial;
font-size: 19px;
padding-top: 13px;
}
.top li.first{
background: url(../images/first.png) no-repeat;
}
.top li a:link, .top li a:visited{
color: #ffffff;
text-decoration: none;
padding: 13px 25px;
background: url(../images/top_link_bg.jpg) no-repeat right;
}
.top li a:hover{
background: url(../images/top_menu_hover.gif) repeat-x;
color: #2281cd;

html

<div id="top_menu">
<ul class="top">
<li class="first"><a href="#">Главная</a></li>
<li><a href="#">Каталог</a></li>
<li><a href="#">О компании</a></li>
<li><a href="#">Оплата</a></li>
<li><a href="#">Контакты</a></li>
</ul>
</div>

А теперь что мне надо сделать, чтобы получилось как на скрине?

Link to comment
Share on other sites

  • 0

Тут немного не так. Это изображение так выглядит, будто сверху граница, на самом деле границы нет, вместо нее прозрачность. Ваш вариант хорош, но как я цвет подберу. :)

border-top: 2px solid transparent;

прозрачный цвет

Link to comment
Share on other sites

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