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
anarki
Здравствуйте, у меня такая проблема, есть код хтмл:
и style.css к нему:
html, body {
margin:0;
padding:0;
width:100%;
height:100%;
border-style:solid;
border-width:1px;
border-color: #000000;
}
.site {
margin: 0px;
padding:0px;
width: 100%;
min-width: 640px;
position: relative;
min-height: 93%;
border-style: solid;
border-width: 1px;
border-color: #990000;
}
* html .site {
height: 93%;
}
.left_side {
margin-top: 27px;
padding: 0px;
width: 21%;
float: left;
border-style: solid;
border-width: 1px;
border-color: #000099;
}
.center {
margin-top: 27px;
padding:0px;
width: 57%;
height: 60%;
float: left;
text-align: center;
position: relative;
border-style: solid;
border-width: 1px;
border-color: #990000;
}
.content {
padding-top: 8px;
padding-bottom: 8px;
margin: 0px;
width: 100%;
height: 80%;
position: relative;
border-style: solid;
border-width: 1px;
border-color: #009900;
}
.right_side {
margin-top: 27px;
padding:0px;
width: 21%;
float: left;
text-align: center;
border-style: solid;
border-width: 1px;
border-color: #000099;
}
Во всех браузерах отображаеться нормально, а в Опере средний красный и зел?ный в нем подблок не вытягиваються на 60% и 80%
:(
:)
Как решить эту проблему? Может поменять доктайп на другую спецификацию?)) Или как??? Пожалуйста, помогите, очень нужно, зараннее спасибо!...
Link to comment
Share on other sites
3 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.