Jump to content
  • 0

Выделение ссылки в блок


okunev2
 Share

Question

Вот:

3ad74014f503.gif

Как мне сделать при наведение на ссылку, вокруг не? был бы блок, как на рисунке - черный блок?

Как именно сделать блок, чтобы он заливал ячейку в таблице полностью где ссылка и не было бы видно с права и слево фоновых линий (белая полоска) по краям?

Плиз не пинайте ногами, подскажите пример!

Вот код, куда применяю стиль:

<td colspan="2"><a class="top_menu1" href="#">Главная</a></td>

вот css:

a.top_menu1 {
color:#666666;
font: 9pt Tahoma;
}

a:hover.top_menu1 {
color:#666666;
font: 9pt Tahoma;
display: block;
}

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

a.top_menu1:hover {
color:#666666;
font: 9pt Tahoma;
}

a.top_menu1 {
display: block;
height: 100%;
color:#666666;
font: 9pt Tahoma;
}

попробуй так

PS: совсем не обязательно заниматься "мультипостингом", так как существует кнопка редактировать

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