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
sc@r@bey
А как сделать, чтоб список, не обтекал изображение, а шел списком ровно?
<p><img src="media/khp2.jpg" align="left" alt="*" />Текст:</p>
<ul>
<li>пункт</li>
<li>пункт</li>
<li>пункт</li>
<li>пункт</li>
<li>пункт</li>
<li>пункт</li>
</ul>
#content-inner img {
float: left;
margin: 0 18px 0 0;
padding: 0 4px 4px 0;
background: url(../media/photo-frame.gif) no-repeat bottom right;
}
у меня так, но последние пункт обтекают изображение
Link to comment
Share on other sites
5 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.