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
Mila
Суть вот в чем: есть рамка - #frame,
и есть блок изображений, который должен находиться под рамкой - #img_box
Проблема заключается в том, что блок изображений с упорством, достойным лучшего примерения, отображается сверху.
Вот HTML:
ССS:
#frame {position: relative;
float: left;
width: 276px;
height: 758px;
background:url('/images/frame.png') no-repeat;
z-index: 100;
}
#img_box {
position: absolute; top: 108px; left: 58px;
width: 140px;
height: 607px;
z-index: 1!important;
}
#img_box img {
position: relative;
margin: 0 0 111px 0;
clear: both;
z-index: 1!important;
}
Помогите, пожалуйста, решить эту проблему.
Link to comment
Share on other sites
4 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.