Как отцентрировать div с float: left? что та не получается, а это вообще возможно? или как отменить родительскую ширину? у меня блок с ценой тянется на всю ширину, а мне надо тока под ширине тексту который внутри блока.
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
dark25
Как отцентрировать div с float: left? что та не получается, а это вообще возможно? или как отменить родительскую ширину? у меня блок с ценой тянется на всю ширину, а мне надо тока под ширине тексту который внутри блока.
http://s016.radikal.ru/i337/1104/3e/351ca8d52474.jpg
<div class="product_options">
<div class="price_block"><div class="price_block_right">
<span class="number_price">28990 руб.</span>
</div></div>
<a href="#">Apple iPhone 3GS 8 ГБ (Черный)<br />MC637RR/A</a>
</div>
.product_options{
text-align:center;}
.price_block{
height:24px;
background:#000;
color:#fff;
font-size:14px;
line-height:1.7em;}
.price_block_right{
background:url(../img/price_block_right.jpg) no-repeat right;
height:24px;}
.number_price{
padding-left:10px;
padding-right:13px;}
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.