Jump to content
  • 0

Как сделать левый блок посередине страницы? (не экрана)


nikki4
 Share

Question

Здравствуйте.

Есть страницы с очень длинным текстом.

В результате реклама совсем не видна почти.

Плавающие блоки запрещены адсенсом.

Потому думаю следует разместить левый блок рекламы (lsb) посередине страницы.

Т.е. высота страницы 1000px, значит блок разместить на 500 px и так в зависимости от размера контента. пробовал писать всякие top:50%, margin-top:50% но как-то работает все не корректно...

 

 

Сайт имеет следующую структуру

<div id="wrapper"><div id="header"></div><div id="menu"></div><div id="lsb"></div><div id="content"></div><div id="footer"></div></div>
#wrapper {    margin: 0 auto;    width: 500px;    background:blue;}#header {    background: yellow;    height: 50px;    width: 400px;    margin-left:100px;}#menu {    background: green;      height: 30px;    margin-left:100px;    padding: 0;    width: 400px;}#lsb {    float: left;    position: relative;    background:black;    width:100px;    height:100px;}#content {          background: pink;      margin-left: auto;      width: 400px;      height:400px;}#footer {    background: gray;    float: left;    height: 40px;    margin-left: 100px;    width: 400px;}

Онлайн редактирование

http://codepen.io/anon/pen/YXNKMR

 

 

 

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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