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
neyronpro
Здравствуйте, прошу вас помощи. Мне один человек сделал шаблон, но кое-что, видимо, не учёл.
<a href="/" class="a_box"><div class="linkbox"> Главная страница</div></a>
код ссылки в меню
div.linkbox {width: 182px;padding: 0px;padding-top: 4px;padding-bottom: 4px;border-top: 1px solid #3C3C3C;border-bottom: 1px solid #171717;text-align:left;font-size: 8pt;}
div.linkbox:hover {width: 182px;padding: 0px;padding-top: 4px;padding-bottom: 4px;border-top: 1px solid #3C3C3C;border-bottom: 1px solid #171717;background: url("../img/block/linkbox_hover.png");background-repeat: repeat-y;text-align:center;}
.boxfoot {padding: 0px;width:212px;height:15px;background: url("../img/block/left_glob_foot.png");background-repeat: no-repeat;}
a.a_box:link {text-decoration: none;color:#A79C8F;}
a.a_box:active {text-decoration: none;color:#A79C8F;}
a.a_box:visited {text-decoration: none;color:#A79C8F;}
a.a_box:hover {text-decoration: none;color:#FFFFFF;}
Из-за того что div внутри тега <a> не отображается анкор ссылки (я проверял при помощи pr-cy.com вроде)
подскажи пожалуйста как этот div вынести за тег <a>
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.