Jump to content
  • 0

Divы


yummi
 Share

Question

как сделать так чтоб всё было в %, и никуда не уезжало?

мусолю этот код уж не первый день, с дивами не работала раньше

а также чтоб в #sitebar и #main вставить фото тож в %

и что не как? и может что то нужно добавить?

<html>

<head>

<title> Сайт </title>

<style>

BODY {

min-width: 100%;

}

#wrap {

background-color: #9999cc;

width: 100%;

margin: 0}

#header {

background-color: #9c9;

width: 100%;

height:50 px;}

#main {

background-image: url(01.JPG);

width: 19%;

height:500 px;

float: left;

}

#nav {

background-image: url(02.JPG);

width: 60%;

height:500 px;

float: left;

padding: 1%;

}

#sitebar {

background-image: url(03.JPG);

width: 20% ;

height:500 px;

float: left;

}

#footer{

background-color: #9c9;

width: 100%;

}

</style>

</head>

<body>

<div id="wrap">

<div id="header">фффф</div>

<div id="main"></div>

<div id="nav"><BR>

текст<BR>

</div>

<div id="sitebar"></div>

<div id="footer">copyright</div>

</div >

</body>

<html>

Edited by yummi
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Думаю то что надо) хотя там возможно дивы по высоте порястягивать надо будет)

<html> 
<head>
<title> Сайт </title>
<style>
BODY {
min-width: 100%;
position:relative;
margin:0;
}
#wrap
{
background-color: #999999;
width: 100%;
margin:0;
position:relative;
}
#header
{
background-color: #9c9;
width: 100%;
height:50 px;
}
#main
{
background-color: #BEF2FC;
width: 19%;
height:500 px;
float:left;
position:relative;
}
#nav {
background:#cccccc url("02.JPG");
width: 98%;
height:500 px;
padding: 1%;
margin:0 auto;
}
#sitebar
{
background-color: #D9669C;
width: 20% ;
height:500px;
margin:0 0 0 auto;
}
#footer
{
background-color: #9c9;
width: 100%;
}
#minicont
{
width:80%;
float:left;
position:relative;
background-color:red;
}
</style>
</head>
<body>
<div id="wrap">
<div id="header">это шапка сверху</div>
<div id="minicont">
<div id="main">это слева и здесь должна быть картинка. нужно задать всё в %, а то в мозилке всё разъезжается, особенно картинки. не получается картинки вставить по % <img src="img.png" width="100%" height="100%" style="display:block;" /></div>
<div id="nav">бла бла это должно быть по центру бла бла</div>
</div>
<div id="sitebar">это должно быть справа</div>
<div id="footer">это типа снизу copyright</div>
</div >
</body>
<html>

Edited by Vindex10
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