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
cryptus
Здравствуйте. Как расставить 3 div-a чтобы третий был под первыми двумя.
<div id="wrap">
<div id="header">
<div class="logo"></div>
<div class="description"> </div>
<div id="header_nav">
<ul>
<a href="#"><li>Link 1</li></a>
<a href="#"><li>Link 2</li></a>
<a href="#"><li>Link 3</li></a>
<a href="#"><li>Link 4</li></a>
<a href="#"><li>Link 5</li></a>
<a href="#"><li>Link 6</li></a>
<a href="#"><li>Link 7</li></a>
</ul>
</div>
</div>
</div>
.logo (float=left)
.description (float=right)
#header_nav тоже обтекает .logo Как его спустить вниз чтобы он отделился от первых двух.
Link to comment
Share on other sites
13 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.