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
DDS7SDD
Столкнулся с непонятной ситуацией:
Есть ячейка таблицы в которой нужно выровнять div по нижнему краю.
Ячейке задаю позиционирование relative, а блоку absolute с bottom:0.
В IE5,7,8 Opera, Chrome все Ок - блок выравнивается по нижнему краю ячейки, но в FF, Netscape, IE6 почему то нет - находится в центре оной.
Кто нибудь может подсказать в чем суть - гугл молчит (может плохо искал...)
<td height="100%" width="200px" style="position:relative;">
<div style="width:200px; height:auto; position:absolute; left:70px; bottom:0;">
<a href="#">На верх</a>
</div>
</td>
Link to comment
Share on other sites
0 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.