Jump to content
  • 0

только ie


maverick89
 Share

Question

вот css

* {
margin: 0;
padding: 0;
}

body {
text-align: center;
background: #fff;
}

#main {
width: 900px;
height: 100%;
margin: 0 auto;
}

#header {
background-image: url(images/header.gif);
width: 900px;
height: 166px;
}

#left-column {
background-image: url(images/left-column.gif);
width: 173px;
height: 534px;
float: left;
}

#content {
background-image: url(images/content.jpg);
width: 727px;
height: 534px;
margin-left: 173px;
}

во всех браузерах отображается нормально, как и должно быть, а в Internet Explorer блок #content съехал вниз

823d24cdaa4d.jpg

ни как не могу разобраться, в чем причина?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

я знаю что такое условные комментарии и как подключать стили только для IE...я не могу понять какими тегами поставить изображение на место, ведь вроде все правильно написано....

Link to comment
Share on other sites

  • 0
я знаю что такое условные комментарии и как подключать стили только для IE.

Знаете - используйте.

я не могу понять какими тегами поставить изображение на место.

Никакими. Теги тут вообще не причём.

Link to comment
Share on other sites

  • 0

#content,
#left-column {
height: 534px;
}

Причина в этом. Назначив высоту вы сразу включили haslayuot. соответственно, теперь маргин уже не залазит под, а накладывается следом, блок перестает помещаться и переходит на след. строку. Только без "пападробнее", мегауниверситет по самообразованию "гуголь" Вас спасет.

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