Jump to content
  • 0

Не получается нормально приделать фон к ссылке


goodguy
 Share

Question

Всем привет,

Возникла проблема, которую не могу решить уже несколько дней. Есть ссылки, к которым я хочу привинтить фон так, чтобы получилась кнопка.

Вот так это выглядит сейчас:

buttons.PNG

Вот сам файл из которого копируется фон:

header-button.png

И вот CSS код, описывающий всю эту хрень.


@CHARSET "UTF-8";

.pcb, .pcb span {
background: url('../images/header/buttons/header-button.png') no-repeat;
line-height: 29px;
padding: 4px 5px 7px 5px;
font-size: 14px;
}

.pcb, a.pcb:link, a.pcb:visited {
color: #ffffff;
font-size: 14px;
padding-left: 14px;
text-decoration: none !important;
}

* html div#frame .pcb {
color: #333;
padding-top: 0px;
padding-bottom: 0px;
text-decoration: none;
}

*:first-child+html .pcb {
color: #ffffff;
padding-top: 0px;
padding-bottom: 0px;
text-decoration: none;
}

.pcb span {
background-position: right -29px;
padding-right: 14px;
}

a.grey-button, a.grey-button:link, a.grey-button:visited {
color: #797979 !important;

}
a.grey-button:hover {
background-position: left -58px;
}
a.grey-button:hover span {
background-position: right -87px; /* Right side of the button, moves bg vertically upside */
}
a.grey-button:active {
background-position: left -58px;
}
a.grey-button:active span {
background-position: right -87px;
}

А вот так "кнопка" встраивается в HTML


<table>
<tr>
<td>
<div class='GreyButton' id='LoginButton'>
<a href='javascript:document.login_form.submit();' class='grey-button pcb'>
<span>$login</span>
</a>
</div>
</td>
</tr>
</table>

Что тут нужно поменять, чтобы кнопка выглядела нормально?

Edited by goodguy
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
Репутация: -7 (Обычная)

Не удивительно, с такими-то советами...

Нет не проще. Мне нужны не уродливые кнопки одинакового размера с разной длиной надписей, а красивые с одинаковыми отступами по бокам от надписи.

Но я уже нашел проблему. Она была в переопределении свойства span в другом css файле, убрал span оттуда и все вернулось на круги своя.

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