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.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
Ururu
Почему слои нехотят быть на своих местах, все съезжает?
Это сама страница:
Из этого видно, что хочу разделить страницу на 5 частей:
Вот css, как делил:
html, body{
margin:0;
padding:0;
}
#headmenu{
position:top;
height:70px;
background-color:#AAAAA0;
width:100%;
}
#leftmenu{
width:200px;
float:left;
position:relative;
background-color:#AAAA00;
}
#mainmenu{background-color: #BCF000;
float: left;
display:inline;
position: relative;
width:75%;
}
#rightmenu{
width:100px;
float:right;
position:relative;
background-color:#AA0000;
}
#footmenu{
height:10px;
background-color:#867FFF;
clear:both;
}
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.