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
agapit
Имею код:
.eshop a {
border: 2px solid #7FB6BB;
display: block;
padding: 5px 0;
}
<td class="eshop" width="135px">
<a class="special_link" href="...">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><td>Текст</td></tr>
<tr><td><img src=".../jpg.jpg"></td></tr>
<tr><td><div>Текст</div></td></tr>
</table>
</a>
</td>
Во всех браузерах кроме IE работает корректно. Прошу помочь реализовать это для IE, желательно всех версий.
Link to comment
Share on other sites
2 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.