Jump to content
  • 0

меню на спрайтах


andys
 Share

Question

<body>
<ul>
<li><a href="#"> Услуги</a></li>
<li><a href="#"> Продукция</a></li>

</ul>


</body>

ul {
display: inline-block;
}

ul li {
display: inline-block;
list-style-type:none;
text-indent:37px;
padding-right: 26px;
}



ul li a {
display:block;
height: 30px;
color:#999999;
text-decoration:underline;
background-image: url(../img/bg.png);
background-repeat:no-repeat;



}

ul li a:hover {
background-position:bottom left;

}

bg.png http://cs4437.vkonta.../x_193d5613.jpg (235x60) использую шириной больше чем занимает блок, но он отображается только до конца ссылки

без проблем получается сделать когда ширина фиксированная

подскажите тут пожалуйста

Edited by andys
Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

через border-bottom будет то-же самое т.к ссылка блочная, она заняла всю ширину родительского элемента минус 26px прового отступа.

Можете перенести padding-right: 26px; с родительской li-шки на ссылку.

Edited by rediskavet
Link to comment
Share on other sites

  • 0

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title></title>

<style type="text/css">
* {margin: 0; padding: 0;}

ul {list-style: none; overflow: hidden; //zoom: 1;}
li {float: left; margin: 0 0 0 -1px; padding: 5px; background: url('http://www.transunion.com/images/artifacts/localeVertDividerClosed.gif') 0 50% no-repeat;}
li a {display: inline-block; padding: 5px 5px 8px;}
li a:hover {padding: 5px; border-bottom: green 3px solid;}
</style>
</head>
<body>

<ul>
<li><a href="#">ссылка</a></li>
<li><a href="#">ссылка</a></li>
<li><a href="#">ссылка</a></li>
</ul>

</body>
</html>

Link to comment
Share on other sites

  • 0

я бы с удовльствием ставил их на каждом полезном посте, в том числе и вам, psywalker

но у меня с момента регистрации выскакивает предупреждение, мол исчерпал я плюсы) хотя не ставил ни одного

Link to comment
Share on other sites

  • 0

я бы с удовльствием ставил их на каждом полезном посте, в том числе и вам, psywalker

но у меня с момента регистрации выскакивает предупреждение, мол исчерпал я плюсы) хотя не ставил ни одного

Видимо всё дело в том, что ты ещё новичок и не можешь это делать.

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