Jump to content
  • 0

Кросбраузерная верстка.1 шаг до победы / HTML, CSS


nash2000
 Share

Question

Верстаю страницу. код здесь: http://codepen.io/felchris/pen/cgkDm
Состоит из прижатого к низу футера и 3 колонок.Колонки реагируют
на изменение ширины.То есть сайт резиновый.
Высота задаётся картинкой(gif).В идеале должно быть так:

http://joxi.ru/bT7AU4wyTJDRBm1c0ao

при растягивании колонки так же изменяются.Схема класс!
____________________________________________________________
Вышла такая штука:

http://www.cyberforum.ru/attachments/419119d1405087875

Предполагаю,что они учитывают друг-друга,как блочные элементы.
Разрешить пока не удалось.

<body><div id="container">  <div id="main">     <div id="all">	    <div id="outer">		 	<div id="inner">				<div id="center">center center c</div>			</div>			<div id="right">right  right </div>		</div>	   <div id="left">left left </div>	 </div>  </div>  <div id="footer"></div></div></body>
}#main{ margin-bottom: -100px; min-height: 100%; background: url(right.gif) repeat-y 70% 0;}#all{ padding-bottom: 100px; overflow: hidden; background: url(left.gif) repeat-y 20% 0;}#outer{ float: right; width: 100%; ; width: 100%; margin-right: -30%}#left{ float: left; width: 20%;}#right{ float: right; width: 30%;}#center{ margin: 0 30% 0 20%;}#footer{ height:100px; background: #ccf;}

Какой код должен быть для 1 картинки?

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