Jump to content
  • 0

Блоки разбегаются что делать?


Yarkaya
 Share

Question

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

в IE FF картинка совсем не такая, как в Dreamweaver вот код:

#header{

background-image:url(Flower.jpg);

width:800px;

height:140px;

color:#033;

font-size:36px;

text-align:center;

font-family:Verdana, Geneva, sans-serif;

}

#body{

width:800px;

height:550px;

padding-left:50%;

margin-left:10%;

border:none;

}

#menu{

background:#033;

color:#FFF;

font-size:12px;

width:200px;

height:360px;

float:left;

border:none;

}

#content{

background:#FFF;

color:#033;

width:400px;

height:360px;

margin:0 auto;

position:absolute;

left:210px;

top:156px;

border:none;

}

#aside{

background:#033;

color:#FFF;

font-size:12px;

width:200px;

height:360px;

float:right;

}

#footer{

background:#033;

clear:both;

color:#FFF;

width:100%;

height:50px;

text-align:center;

position:fixed;

}

что не так?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Белая лилия</title>

<link rel="stylesheet" type="text/css" href="style.css">

</head>

<body>

<div id="header">Белая лилия</div>

<div id="menu">

<p><a href="cv">Строительные материалы</a></p>

<p><a href="cv">Отделочные материалы</a></p>

<p><a href="cv">Сантехника</a></p>

<p><a href="cv">Электрика</a></p>

<p><a href="cv">Инструменты</a></p>

<p><a href="cv">Замки</a></p>

<p><a href="cv">Обои</a></p>

<p><a href="cv">Посуда</a></p>

<p><a href="cv">Хозяйственные товары</a></p>

<p><a href="cv">Бытовая химия</a></p>

</div>

<div id="content">строительных, отделочных материалов, сантехники, электрики, ручной и электрический инструмент, замки, обои,посуда, хозяйственные товары, бытовая химия </div>

<div id="aside"></div>

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

</body>

</html>

Link to comment
Share on other sites

  • 0

Элемента с id="body", я не нашел, поэтому "#body" не имеет смысла (так имеет "body").

Исправь, может получишь то, что хочешь. Но я сильно сомневаюсь...

Стоит сформулировать вопрос/просьбу поточнее.

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