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
deadmeat
Здравствуйте, не могу понять как составить трёх колонный макет.
Как на картинке:
html:
<div id="structure">
<div id="header">
</div>
<div id="l_menu">
</div>
<div id="content">
</div>
<div id="r_menu">
</div>
</div>
CSS:
#structure { position: relative; width: 80%; height: 100%; left: 10%}
#header {width: 100%; height: 100px}
#l_menu {height: 100%; width: 150px; float: left}
#content {height: 100%; float: left }
#r_menu {height: 100%; width: 150px}
#bottom {width: 100%; height: 50px }
что здесь не так?
надо что б content занимал всё оставшееся место после l_menu и r_menu
Edited by deadmeatLink to comment
Share on other sites
9 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.