Jump to content
  • 0

Почему?


Yarkaya
 Share

Question

4 answers to this question

Recommended Posts

  • 0
блоки разлетаются

Какой доктайп? И, конечно, минимальный пример кода бы не помешал.

и язык непонятный

Скорее всего, кодировка в <meta charset="..."> не совпадает с реальной кодировкой документа.

Link to comment
Share on other sites

  • 0
блоки разлетаются

Какой доктайп? И, конечно, минимальный пример кода бы не помешал.

и язык непонятный

Скорее всего, кодировка в <meta charset="..."> не совпадает с реальной кодировкой документа.

Как исправить?

Link to comment
Share on other sites

  • 0

#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%;

}

#menu{

background:#033;

color:#FFF;

font-size:12px;

width:200px;

height:360px;

float:left;

}

#content{

background:#FFF;

color:#033;

width:400px;

height:360px;

margin:0 auto;

position:absolute;

left:210px;

top:156px;

}

#aside{

background:#033;

color:#FFF;

font-size:12px;

width:200px;

height:360px;

float:right;

}

#footer{

background:#033;

clear:both;

color:#FFF;

width:800px;

height:50px;

text-align:center;

}

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