Jump to content
  • 0

Уверен, у Вас такого еще не было!!!


Пятница
 Share

Question

Давно еще, приятно удивился, когда зашел на свой сайт в ИЕ, боюсь представить, что будет в Мозилле и ФФ.

А пока прошу помочь мне в этой проблеме. что тут не так? Ума не приложу!:)

Куда убегает контент? Убегает до последнего файла в меню.

a9749af0bdb1.jpg

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Ах да, вот сам сайт (просмотрите его в ИЕ): http://dnepr-city.com/

HTML:

<body>
<div id="main">
<div class="header">
<!--#include virtual="./include/header.txt"-->
</div>
<div id="content-columns">

<div class="leftcolumn">

<div id="MainMenu">
<!--#include virtual="./include/menu.txt"-->
</div>
</div>

<div class="content">
КОНТЕНТ
</div>

<div class="footer">
<!--#include virtual="./include/footer.txt"-->
</div>
</div>
</body>

CSS:

img {
border:0px;
}
A {
color: #216a9e;
font-size: 8pt;
text-decoration: none;
}
A:hover {
text-decoration: underline;
color: red; /* Ссылка красного цвета */
}
BODY {
background: #BEBEBE;
font-family: Verdana, Arial, sans-serif;
}

#main {
width: 100%;
}
.header {
width: 100%;
height: 50px;
background: #BEBEBE;
}
.footer {
width: 100%;
height: 50px;
clear: both;
background: #8B8989;
}
#content-columns {
margin: 0 0px 0 180px;
}
.content {
font-size: 100%;
text-align: justify;
padding: 10px;
width: 100%;
float: left;
background: #F4F4F4;
}
.leftcolumn {
width: 180px;
float: left;
margin-left: -180px;
display: inline; /* решает проблему в IE */
position: relative;
}

Link to comment
Share on other sites

  • 0
.content {

width:100%;

}

Зачем ему ширина 100%??? Убери.

Да, убрал, проблема исчезла, но вслед появилась следущая (вот собственно почему и стояло width:100%), теперь контент не дотягивает до конца ширины браузера:

9257aa31e1f3.jpg

Затем. Никак не удается избавиться от огромного пространсва в ИЕ, см скрин:

55e0168d3c2f.jpg

И зачем ты помещаешь два плавающих блока в один, который смещ?н вправо, а потом смещаешь первый обратно влево???

Глупости!!!

Гм, можно подробнее, о каких блоках идет речь?

Этот макет нашел на одном из сайтов, хочу его доработаь под себя.

Просматривайте сайт в Opera, т.к. он еще не оптимизирован под IE, и возможно под др. браузеры.

Все дома?

Уже да, а в чем дело?:)

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