Jump to content
  • 0

width


ret
 Share

Question

Короче у меня проблемы с шириной сайта. Значит когда задаю ширину 100% сайт плавает тогда, когда окно уменьшаешь (блоки смещаются), на монеторе выше 1280х1024 (1280х1024 у меня) тоже все плавает, тогда наконец поставил ширину (указал в пикселях).К тому же по указанной ширине в IE показывает "прокрутку мышкой" всмысле сдвигать сайт влево, вправо, а в Опере все норм, как так?

1.Как именно работает 100%, т.к. у меня высота в 100% стоит нормально.

2.Как правильно расчитывать ширину сайта, если верстаешь на div (про таблицы просьба не писать). Допустим у меня если расчитывать от шапки,то получается 1263px ширина, а если от блоков 1025px где-то.

/* CSS Document */


*{margin:0px;padding:0px;border:none;outline:none;}


html {
height:100%;
width:1263px;
}

body {
background:#fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #fff;
position:relative;

}

a {color:#fff;}
a:hover {text-decoration:none}

#shapka {
background:url(shapka.png) no-repeat;
width:1023px;
height:557px;
margin:0 0 0 120px;
border:1px solid #000;
}

#menuobl {
background:url(menuobl.png) no-repeat;
width:201px;
height:268px;
position:absolute;
top:535px;
left:30px;
}


#bannerobl {
background:url(menuobl.png) no-repeat;
width:201px;
height:268px;
position:absolute;
top:843px;
left:30px;
}


#contentobl {
background:url(contentobl.png) no-repeat;
width:616px;
height:707px;
position:absolute;
top:555px;
left:320px;
}


#statistikaobl {
background:url(menuobl.png) no-repeat;
width:201px;
height:268px;
position:absolute;
top:535px;
left:1025px;
}


#copyrightobl {
width:616px;
height:100px;
position:absolute;
top:1300px;
left:320px;
border:1px solid #000;
}

#copyrightobl .copyright {
color: #000;
text-align: center;
}

#menu {
width:201px;
height:268px;
font-size:15px;
margin:5px 0 0 30px;
position:absolute;
line-height:35px;
text-align:center;
}

#menu li {
list-style-type: none;
}

#menu a {
text-decoration:none;
color:#fff;
}


#banner {
width:201px;
height:268px;
position:absolute;
top:843px;
left:30px;
text-align:center;
}

#banner .yandex {
width:88px;
height:31px;
margin-top:40px;
}

#banner .vkontakte {
width:137px;
height:35px;
margin-top:10px;
}

#content {
width:556px;
height:641px;
position:absolute;
margin:30px 0 0 350px;
text-align:left;
}


#statistika {
width:201px;
height:268px;
position:absolute;
top:535px;
left:1025px;
}

#statistika .contentstatistiki {
text-align:center;
width:141px;
height:188px;
margin:40px auto 0 auto;
}

Edited by ret
Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="shapka"></div>
<div id="menuobl"></div>
<div id="bannerobl"></div>
<div id="contentobl"></div>
<div id="statistikaobl"></div>
<div id="copyrightobl"><p class="copyright">ртртртрт</p></div>
<div id="menu">
<ul>
<li><a href="#">Главная</a></li>
<li><a href="#">Начать</a></li>
<li><a href="#"target="_blank">Форум</a></li>
<li><a href="#">Бонус</a></li>
<li><a href="#">Донат</a></li>
</ul>
</div>
<div id="banner">
<a href="http://yandex.ru"><img class="yandex" src="06.png" /></a>
<a href="http://vkontakte.ru"target="_blank"><img class="vkontakte" src="05.gif" /></a>
</div>
<div id="content">Текст</div>
<div id="statistika"><p class="contentstatistiki">Статистика</p></div>

</body>
</html>

Нет, там сайт т.е. шапка, внизу слева меню, потом новостной блок, потом еще такой же блок как на меню.

ну и че Вы там мне кинули? По анг. ничего не понятно.

Edited by ret
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