Jump to content
  • 0

Запрет отображения последнего бордера


walek
 Share

Question

Доброго дня друзья!

Задача: отобразить нижний бордер у каждой ссылки, по примеру:

<div id="menu">
<a href="">1</a>
<a href="">2</a>
<a href="">3</a>
<a href="">4</a>
</div>

Делаю таким образом:

#menu a
{
text-decoration: none;
text-align: left;
color: #01367C;
display: block;
padding: 0.7em;
border-bottom-color: #99CCFF;
border-bottom-style: solid;
border-bottom-width: 1px;
margin-left: 5px;
}

Проблема возникает с последней ссылкой - для нее необходимо исключить отображение бордера. Честно, не знаю как и быть.

Таблица и прописывание для каждой ссылки отдельного слоя с указанием для последнего бордер-коллапс не подходят.

Спасибо!

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
<a href="" style="border:none;">4</a>

Спасибо. Да, думал об этом, не очень красивое решение конечно, но по всей видимости по-другому никак.

Позвольте еще задать один вопрос. :D

Необходимо бегунок слева отобразить по всем ссылкам, делаю так:

#menu a, #menu a:visited {
text-decoration: none;
text-align: left;
color: #01367C;
display: block;
padding: 0.7em;
border-bottom-color: #99CCFF;
border-bottom-style: solid;
border-bottom-width: 1px;
margin-left: 5px;
}

#menu a:hover
{
background: url(picB.gif);
background-repeat: no-repeat;
background-position: left center;
}

<div id="menu">
<a href="">1</a>
<a href="">2</a>
<a href="">3</a>
<a href="" style="border:none;">4</a>
</div>

Но, мне необходимо отрегулировать отступ междубегунком и ссылкой. Как можно это сделать?

Спасибо.

Спасибо. Да, думал об этом, не очень красивое решение конечно, но по всей видимости по-другому никак.

Позвольте еще задать один вопрос. ;)

Необходимо бегунок слева отобразить по всем ссылкам, делаю так:

#menu a, #menu a:visited {
text-decoration: none;
text-align: left;
color: #01367C;
display: block;
padding: 0.7em;
border-bottom-color: #99CCFF;
border-bottom-style: solid;
border-bottom-width: 1px;
margin-left: 5px;
}

#menu a:hover
{
background: url(picB.gif);
background-repeat: no-repeat;
background-position: left center;
}

<div id="menu">
<a href="">1</a>
<a href="">2</a>
<a href="">3</a>
<a href="" style="border:none;">4</a>
</div>

Но, мне необходимо отрегулировать отступ между бегунком и ссылкой. Как можно это сделать?

Спасибо.

Link to comment
Share on other sites

  • 0

Позвольте еще задать один вопрос.

Необходимо бегунок слева отобразить по всем ссылкам, делаю так:

#menu a, #menu a:visited {
text-decoration: none;
text-align: left;
color: #01367C;
display: block;
padding: 0.7em;
border-bottom-color: #99CCFF;
border-bottom-style: solid;
border-bottom-width: 1px;
margin-left: 5px;
}

#menu a:hover
{
background: url(picB.gif);
background-repeat: no-repeat;
background-position: left center;
}

<div id="menu">
<a href="">1</a>
<a href="">2</a>
<a href="">3</a>
<a href="" style="border:none;">4</a>
</div>

Но, мне необходимо отрегулировать отступ между бегунком и ссылкой. Как можно это сделать?

Спасибо.

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