Jump to content
  • 0

рамочка не выходит


stars
 Share

Question

Не получается сделать рамку путем задания стиля border для дива в <div class="main1">. Оговорюсь еще что сайт планирует тянуться во вертикале растягиваться будут <div class="box1"> поэтому указать определенную высоту нельзя что делать?

Вот пример http://stars124.narod.ru/test1/ синяя полоска с верху это какраз рамочка которая должна идти сверху (...

<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css" >
</head>
<body>
<div class="main1">
<div class="head1">
</div>
<div class="box1">
<div class="left1">
<br>
<br>
<br>
</div>
<div class="cont1">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
<div class="nizz">
</div>
</div>
</body>
</html>

.main1 {
width: 1000px;
margin: auto;
border: 2px solid blue;
float: none;
position: relative;
}
.head1 {
background-color: black;
background-repeat: no-repeat;
width: 1000px;
height: 143px;
position: relative;
float: left;
}
.box1 {
width: 1000px;
position: relative;
float: left;
}
.left1 {
width: 240px;
background-color: Gray;
float: left;
position: relative;
}
.cont1 {
width: 760px;
background-color: Fuchsia;
float: left;
position: relative;
}
.nizz {
width: 1000px;
height: 10px;
background-color: Lime;
float: left;
position: relative;
}

Edited by stars
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Не получается сделать рамку путем задания стиля border для дива в <div class="main1">. Оговорюсь еще что сайт планирует тянуться во вертикале растягиваться будут <div class="box1"> поэтому указать определенную высоту нельзя что делать?

Вот пример http://stars124.narod.ru/test1/ синяя полоска с верху это какраз рамочка которая должна идти сверху (...

.head1 {

float:left; <——-- зачем это здесь?

}

.box1 {

float:left; <——-- зачем это здесь?

}

box1 {overflow:hidden; <———— это дописать}

Link to comment
Share on other sites

  • 0
Я чего-то не понял. Вы хотите сделать рамку дополнительными дивами??!

Интересно а когда див можно считать дополнительным а когда нет?

.head1 {

float:left; <——-- нах это здесь?

}

.box1 {

float:left; <——-- нах это здесь?

}

box1 {overflow:hidden; <———— это дописать}

вот то что мне не хватало спасибо большое...

Edited by stars
Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy