Jump to content
  • 0

Помогите откорректировать макет для шаблона


Noraad
 Share

Question

Здравствуйте, пытаюсь создать макет для будущего шаблона. Макет простой.

1) Фон у Боди будет картинкой

2) основной Div по центру страницы, с фикс. шириной 875 пикс. (тоесть растягивается только боди)

3) две колонки, справа опросы и прочая ерунда, слева статьи, тоесть основное содержимое

4) в самом верху где хеадер только горизонтальное меню будет распологаться, ниже него либо див либо что-то еще с логотипом.

В общем-то не получается скомпоновать блоки, как нужно. Проще говоря нужно подправить мой макет, чтобы блоки разных цветов были расположены как здесь www.grstsiya.ru

вот мой код

HTML

<!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></title>

<meta name="keywords" content="" />

<meta name="description" content="" />

<link rel="stylesheet" href="style.css" type="text/css" media="screen, projection" />

<!--[if lte IE 6]><link rel="stylesheet" href="style_ie.css" type="text/css" media="screen, projection" /><![endif]-->

</head>

<body>

<div id="wrapper">

<div id="header">

<strong>Header:</strong> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras tortor. Praesent dictum, libero ut tempus dictum, neque eros elementum mauris, quis mollis arcu velit ac diam. Etiam neque. Quisque nec turpis. Aliquam arcu nulla, dictum et, lacinia a, mollis in, ante. Sed eu felis in elit tempor venenatis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut ultricies porttitor purus. Proin non tellus at ligula fringilla tristique. Fusce vehicula quam. Curabitur vel tortor vitae pede imperdiet ultrices. Sed tortor.

</div><!-- #header-->

<div id="middle" style: color="white">

<div id="container">

<div id="content">

<strong>Content:</strong> Sed placerat accumsan ligula. Aliquam felis magna, congue quis, tempus eu, aliquam vitae, ante. Cras neque justo, ultrices at, rhoncus a, facilisis eget, nisl. Quisque vitae pede. Nam et augue. Sed a elit. Ut vel massa. Suspendisse nibh pede, ultrices vitae, ultrices nec, mollis non, nibh. In sit amet pede quis leo vulputate hendrerit. Cras laoreet leo et justo auctor condimentum. Integer id enim. Suspendisse egestas, dui ac egestas mollis, libero orci hendrerit lacus, et malesuada lorem neque ac libero. Morbi tempor pulvinar pede. Donec vel elit.

</div><!-- #content-->

</div><!-- #container-->

<div class="sidebar" id="sideRight">

<strong>Right Sidebar:</strong> Integer velit. Vestibulum nisi nunc, accumsan ut, vehicula sit amet, porta a, mi. Nam nisl tellus, placerat eget, posuere eget, egestas eget, dui. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In elementum urna a eros. Integer iaculis. Maecenas vel elit.

</div><!-- .sidebar#sideRight -->

</div><!-- #middle-->

</div><!-- #wrapper -->

</body>

</html>

CSS

* {

margin: 0;

padding: 0;

}

body {

font: 12px/18px Arial, Tahoma, Verdana, sans-serif;

}

a {

color: blue;

outline: none;

text-decoration: underline;

}

a:hover {

text-decoration: none;

}

p {

margin: 0 0 18px

}

img {

border: none;

}

input {

vertical-align: middle;

}

#wrapper {

position: absolute; /* Абсолютное позиционирование */

width: 876px; /* Ширина слоя в пикселах */

height: 76%; /* Высота слоя в пикселах */

left: 50%; /* Положение слоя от левого края */

top: 50%; /* Положение слоя от верхнего края */

margin-left: -438px; /* Отступ слева */

margin-top: -20%; /* Отступ сверху */

background: #fc0; /* Цвет фона */

border: solid 1px black; /* Параметры рамки вокруг */

padding: 5px; /* Поля вокруг текста */

overflow: auto; /* Добавление полосы прокрутки */

}

/* Header

—————————————————————————--*/

#header {

height: 200px;

background: #FFE680;

}

/* Middle

—————————————————————————--*/

#middle {

width: 100%;

height: 1%;

position: relative;

}

#middle:after {

content: '.';

display: block;

clear: both;

visibility: hidden;

height: 0;

}

#container {

padding-right: 27%

width: 650px;

float: left;

overflow: hidden;

background-color: red

}

#content {

padding: 5px 5px 5px 5px;

}

/* Sidebar Right

—————————————————————————--*/

#sideRight {

float: left;

height: 100%

margin-right: -3px;

width: 250px;

margin-left: -250px;

position: relative;

background: #FFACAA;

}

Если кому не лень, поправьте как нужно, только пожалуйста в CSS укажите в коментах что правлено и почему. Большое спасибо.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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