Jump to content
  • 0

блочная верстка


niculins
 Share

Question

Подскаскажите, пожалуйста, что не так сделал

хотел типа этого:

tab.jpg

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>Untitled Document</title>
</head>
<style type="text/css">
body { margin:0px; padding:0px;}
div { border: solid thin;}
#centerLayer {
width: 1024px; /* Ширина слоя в пикселах */
margin: 0 auto; /* Отступ слева и справа */
background:; /* Цвет фона */
padding: 0px; /* Поля вокруг текста */
text-align: left; /* Выравнивание содержимого слоя по левому краю */
position:;
}
</style>
<body >
<div id="centerLayer" >
<div style="width:1024px; height:206px; position:;">1 </div>
<div style="width:1024px; height:43px; position:;">2</div>
<div style="width:1024px; height:26px; position:;">3</div>

<div style="position:;">
<div style="position:absolute;">
<div style="position: absolute; background-color:#FF0000;">
<div style="width:247px; height:215px; position:;">4</div>
<div style="width:247px; height:354px; position:;">5</div>
<div style="width:247px; height:262px; position:;">6</div>
</div>
<div style="width:17px; height:831px; position: relative; left:247px; background-color: #FFFF00; ">7</div>
</div>

<div style="position:relative; left:264px;">
<div style="width:1px; height:831px; background-color: #00FF66; ">8</div>

<div style=" position:relative; left:1px;">
<div style="width:759px; height:283px; position:;background-color: #0033FF; ">9</div>
<div style="width:759px; height:40px; position:;background-color: #0033FF; ">10</div>
<div>
<div style="width:296px; height:508px; position: absolute;background-color: #FF9900; ">11</div>
<div style="background-color: #00FFFF; position:relative; left:596px;">
<div style="width:759px; height:283px; position:; ">12</div>
<div style="width:759px; height:283px; position:; ">13</div>
</div>

</div>
</div>

</div>
</div>
</div>
</body>
</html>

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

посмотрите на этот макет:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>

<style type="text/css">

body{
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #444;
}

* { margin: 0; padding: 0; outline: none; }

ul { list-style-type: none;}
img { border: none; }
table { border-collapse: collapse; }

/* constructor */
div.case-1 {height:32px; background-color:#eee;}
div.case-2 {height:32px; background-color:#ccc;}
div.case-3 {height:32px; background-color:#ddd;}

div.data-case { overflow:hidden; _zoom:1} /* zoom for ie6 */

div.ls {float:left; width: 300px;} /* left side */
div.ls-top {height:60px; background-color:#aee;}
div.ls-mdl {height:40px; background-color:#eae;}
div.ls-btm {height:100px; background-color:#eea;}

div.cs {overflow:hidden; _zoom: 1; float:left; width:100px;} /* center side */
div.cs-l {height:200px; background-color:#acc; float:left; width:50%;}
div.cs-r {height:200px; background-color:#cca; margin-left:50%;}

div.rs {margin-left:400px;} /* right side */
div.rs-1 {height:60px; background-color:#3ca;}
div.rs-2 {height:30px; background-color:#aaa;}
div.rs-data {overflow:hidden; _zoom: 1;}
div.rs-3 {float:left; width:50%; height:110px; background-color:#6aa;}
div.rs-4 {margin-left:50%; height:30px; background-color:#a6a;}
div.rs-5 {margin-left:50%; height:80px; background-color:#aa6;}

</style>
</head>

<body>

<div class="case-1">1</div>
<div class="case-2">2</div>
<div class="case-3">3</div>

<div class="data-case">

<div class="ls">

<div class="ls-top">4</div>
<div class="ls-mdl">5</div>
<div class="ls-btm">6</div>

</div>
<div class="cs">

<div class="cs-l">7</div>
<div class="cs-r">8</div>

</div>
<div class="rs">

<div class="rs-1">9</div>
<div class="rs-2">10</div>

<div class="rs-data">

<div class="rs-3">11</div>
<div class="rs-4">12</div>
<div class="rs-5">13</div>

</div>

</div>

</div>

</body>
</html>

скажу сразу что пример не оптимизирован под ИЕ6 (имеется ввиду 3х пиксельный баг)

а так же не оптимизирован под ИЕ с его проблемными процентами и флотами.

нормально отображается в ФФ.

Думаю идею Вы поймете как это строится.

Link to comment
Share on other sites

  • 0

Спасибо. Ваш код в ie7 выглядит нормально. но подправив его под свои нужды одна колонка отваливается. в FF все хорошо

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>

<style type="text/css">

body{
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #444;
}

* { margin: 0; padding: 0; outline: none; }

ul { list-style-type: none;}
img { border: none; }
table { border-collapse: collapse; }

/* constructor */
div.case-1 {height:206px; background-color:#eee;}
div.case-2 {height:43px; background-color:#ccc;}
div.case-3 {height:26px; background-color:#ddd;}

div.data-case { overflow:hidden; _zoom:1} /* zoom for ie6 */

div.ls {float:left; width: 247px;} /* left side */
div.ls-top {height:215px; background-color:#aee;}
div.ls-mdl {height:354px; background-color:#eae;}
div.ls-btm {height:262px; background-color:#eea;}

div.cs {overflow:hidden; _zoom: 1; float:left; width:18px;} /* center side */
div.cs-l {height:831px; background-color:#acc; float:left; width:17px;}
div.cs-r {height:831px; background-color:#cca; margin-left:17px;}

div.rs {margin-left:265px;} /* right side */
div.rs-1 {height:283px; background-color:#3ca;}
div.rs-2 {height:40px; background-color:#aaa;}
div.rs-data {overflow:hidden; _zoom: 1;}
div.rs-3 {float:left; width:596px; height:508px; background-color:#6aa;}
div.rs-4 {margin-left:596px; height:203px; background-color:#a6a;}
div.rs-5 {margin-left:596px; height:305px; background-color:#aa6;}
#centerLayer {
width: 1024px; /* Ширина слоя в пикселах */
margin: 0 auto; /* Отступ слева и справа */
background:; /* Цвет фона */
padding: 0px; /* Поля вокруг текста */
text-align: left; /* Выравнивание содержимого слоя по левому краю */
position:;
}

</style>
</head>

<body><div id="centerLayer" >

<div class="case-1">1</div>
<div class="case-2">2</div>
<div class="case-3">3</div>

<div class="data-case">

<div class="ls">

<div class="ls-top">4</div>
<div class="ls-mdl">5</div>
<div class="ls-btm">6</div>

</div>
<div class="cs">

<div class="cs-l">7</div>
<div class="cs-r">8</div>

</div>
<div class="rs">

<div class="rs-1">9</div>
<div class="rs-2">10</div>

<div class="rs-data">

<div class="rs-3">11</div>
<div class="rs-4">12</div>
<div class="rs-5">13</div>

</div>

</div>

</div>

</div></body>
</html>

А что тако 3-пиксельный баг?

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