Jump to content
  • 0

В IE8 страница улезает влево


klara7
 Share

Question

В верстке не сильна, только начинаю изучать, так что сильно не пинайте :lol:

Верстаю страницу и все вроде бы нормально, вот только в IE8 страница уехала влево, хотя должна быть посередине (ширина 900px).

margin: 0px auto; не помогает :)

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

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
В версте не сильна, только начинаю изучать, так что сильно не пинайте :lol:

Верстаю страницу и все вроде бы нормально, вот только в IE8 страница уехала влево, хотя должна быть посередине (ширина 900px).

margin: 0px auto; не помогает :)

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

Дай ссылку на страницу

Link to comment
Share on other sites

  • 0

Страница на домашнем комьпе. А вот код:

index.html

<html>

<head>

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

<title>Верстка html</title>

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

</head>

<body>

<div id="container">

<div id="header">Шапка </div>

<div id="navigation">Строка навигации </div>

<div id="menu">Меню</div>

<div id="content">Текст</div>

<div id="clear"> </div>

<div id="footer">Подвал</div>

</div>

</body>

</html>

style.css

body {

background: #f3f2f3;

color: #000000;

margin: 0px auto;

font-family: Trebuchet MS, Arial, Times New Roman;

font-size: 14px;

}

#container {

background: #FFFFFF;

margin: 0px auto;

width: 900px;

height: 1000px;

}

#header {

background: #838283;

height: 200px;

width: 900px;

}

#navigation {

background: #a2a2a2;

width: 900px;

height: 20px;

}

#menu {

background: #333333;

float: left;

width: 200px;

height: 600px;

}

#content {

background: #d2d0d2;

float: right;

width: 700px;

height: 600px;

}

#clear {

clear:both;

}

#footer {

background: #838283;

height: 80px;

width: 900px;

}

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