Jump to content
  • 0

Вертикальное выравнивание контейнера с блоками


edwinkkc
 Share

Question

Привет.
Ребята, такая проблема, нужно вертикально выровнять целый контейнер с 7 блоками внутри.
Демо - http://rommar.in.ua/align/
Размер контейнера резиновый (по контенту). Отступы должны быть по 25% от всех сторон при размере экрана больше 1000 пикс., если меньше 600 пикс., то отступы должны быть по 1%.
 
С вертикальным выравниванием все ясно, пробовал делать для чистого блока, все работает, а вот для такого контейнера не могу нормально сделать, целый день сижу кручу.

<div class="main">	<div class="corner tl"></div>	<div class="edge">		<h1>Lorem ipsum dolor sit.</h1>	</div>	<div class="corner tr"></div>	<div class="middle">		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem vel deleniti, unde, saepe id cupiditate! Dolorum quam esse quod minus numquam iusto sunt quo ea laudantium enim temporibus cum quidem porro, asperiores ex nulla eligendi iste architecto saepe recusandae! Ducimus est rerum ad, enim accusamus tempore voluptas recusandae, molestiae natus a aperiam non. Illo eveniet sunt voluptatem officiis libero culpa porro officia quaerat, quasi, eligendi autem, obcaecati odit quibusdam dolores.</p>	</div>	<div class="corner bl"></div>	<div class="edge"></div>	<div class="corner br"></div></div>
* { margin: 0; padding: 0; }body { font: 12px/22px Tahoma, Arial, "Times New Roman"; color: #666; background-image: url(bg.png); text-align: center; margin: 25%; }.main { position: relative; width: 100%; }.edge { background: #fff; height: 25px; margin: 0 25px; }h1 { font-size: 16px; font-weight: bold; color: #597DA3; padding-top: 10px; }.middle { background: #fff; }p { padding: 10px 30px; }.corner { width: 25px; height: 25px; position: absolute; background-image: url(sprite.png); background-repeat: no-repeat; }.tl { top: 0; left: 0; background-position: 0% 0%; }.tr { top: 0; right: 0; background-position: 100% 0% }.bl { bottom: 0; left: 0; background-position: 0% 100%; }.br { bottom: 0; right: 0; background-position: 100% 100%; }@media (max-width: 1000px) {	body { margin: 25%; }}@media (max-width: 600px) {	body { margin: 1%; }}

И ещё очень важный момент, все должно работать в IE 7 и выше.

Помогите, пожалуйста.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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