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
pav-pas
#myaccount p.links{
border: 1px dotted;
margin: auto;
width: 150px;
padding: 20px;
margin-bottom: 5px;
margin-right: 5px;
}
#myaccount p.links:hover{
border: 1px dotted #5190B2;
background-color: #fdfcc8;
cursor:hand;
}
#myaccount a.links{
color: #000000;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: normal;
text-decoration: none;
text-transform: none;
word-spacing: normal;
}
#myaccount a.links:hover{
color: #000000;
}
<div id="myaccount">
<table width="80%" align="center">
<tr>
<td><a href="" class="links"><p class="links" align="center">Пункт1</p></a></td>
<td><a href="" class="links"><p class="links" align="center">Пункт2</p></a></td>
<td><a href="" class="links"><p class="links" align="center">Пункт3</p></a></td>
</tr>
</table>
</div>
Вот сам вопрос как сделать чтоб в IE работало нормально
Link to comment
Share on other sites
1 answer 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.