Jump to content
  • 0

IE6 - некорректное отображение и смещение div


iva nova
 Share

Question

2 answers to this question

Recommended Posts

  • 0

Расположение элементов

< div id="body">
< div id="conteiner">
< div id="top"></div>
< div id="news"></div>
< div id="linklist"></div>
< div id="footer"></div>
</div>
</div>

html, body {
margin:0;
padding:0;
width:100%;
height:100%;
}
#container {
position : relative;
width : 900px;
margin-top:0;
margin-bottom:0;
margin : auto;
}
#news {
position:absolute;
width:630px;
height:600px;
margin-top:40px;
padding-bottom:30px;
background:url(images/bg_media_news.jpg) top no-repeat;
position:relative;
padding:60px 15px 15px 15px;
background-image: url(images/bg_menu_news.jpg);
}
/————- код меню, меню в div #container——-/

#link_list {
position: absolute;
padding:0 0 0 0;
margin-left:600px;
width:217px;
border:0 dotted #666666;
height:810px;
margin-right:auto;
margin-top:-10px;
background:transparent url(images/bg_menu_menu_sm.jpg) no-repeat top;
z-index:0;
top: 400px;
left: 50px;
}
*html #link_list { —--/не знаю, правильно или нет, сделала сама дописку/—--
position:absolute;
margin-left:620px;
width:180px;
}
#link_list ul {
text-align:left;
list-style:none;
margin:0 0 0 0;
padding:0 0 0 40px;
font-size:10px;
font-family:Geneva, Arial, Helvetica, sans-serif;
border:0 dotted #666666;
width:120px;
}
#link_list ul li {
margin : 0;
padding : 3px 0 3px 0;
border-bottom : 1px dotted #999999;
}

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