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
Atilla
Есть три элемента, внутри header:
<div id="header">
<img src="..." id="t1" />
<img src="..." id="t2" />
<div id="t3">
...
</div>
</div>
#header {width:100%; height:100px;}
#header #t1 {display:inline-block; width:80px; height:80px;}
#header #t2 {display:inline-block; width:230px; height:80px;}
#header #t3 {display:inline-block;}
Как расположить их так, чтобы t1 был прижат к левому краю, t2 по середине, а t3 прижат к правому краю?
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.