При наведении подчеркивает оранжевым и синим цветом. А нужно, чтобы подчеркивалось только оранжевым цветом (#E98402). Подчеркивание синим цветом задано для других ссылок, класс "link_registration" - уникальный
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.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
Alek7y7
a.link_registration {
font-size: 9pt;
font-weight: 700;
position: relative;
top: 12px;
left: 65px;
}
a.link_registration:link {
}
a.link_registration:visited {
}
a.link_registration:active {
}
a.link_registration:hover {
border-top: 3px solid #E98402; border-bottom: 3px solid #E98402;
}
При наведении подчеркивает оранжевым и синим цветом. А нужно, чтобы подчеркивалось только оранжевым цветом (#E98402). Подчеркивание синим цветом задано для других ссылок, класс "link_registration" - уникальный
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
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.