Jump to content
  • 0

Резиново - фиксированный макет


regina68
 Share

Question

Подскажите пожалуйста пытаюсь сделать вот такой макет делаю на bootstrup

 
Не знаю как сделать левой фон, он отличается от правого.
Лево и право продолжение center.
 
                          width 100%   
    —————————————————————  
    !                        top.jpg                                          !
    ————————————————————— 
    !             !           header                       !                !       
    ! left.jpg !           center.jpg                   ! right.jpg  !
    !             !                                             !                !
    !  fluid     !      fixed - 960px                  !    fluid      !
    ————————————————————--!
    !            !                                              !                !
    !            !           text                             !                !
    !            !                                              !                !
    !            !                                              !                !
    !————————————————————-!
    
Вот мой код левый фон не смогла сделать.
<!DOCTYPE html><html lang="en"><head>    <meta charset="UTF-8">    <link rel="stylesheet" href="css/bootstrap.min.css">     <title>Document</title> <style> html {    width: 100%;	height: 100%;}body{    width: 100%;	height: 100%;    background-color: #E4E4E4;}.cont0{width: 100%;}.cont1{width: 960px; }.fonright{margin-top: 77px;background: url(images/right.jpg) repeat-x; min-height:213px;}.fontop{background: url(images/top.jpg) repeat-x;   min-height:77px;}.whight {background-color: #FFF;}.text{margin-top: 0px;}.header1{position: relative;margin-top: -213px;}  </style></head><body >  <div class="container-fluid fontop"  >    <div class="row">		<div class="col-xs-12 fonright" >	 	top		</div>    </div>		    </div>					<div class="container cont1">    <div class="row">					<div class="col-xs-12 ">			<div class="header1">				<img class="pull-left"				src="images/centr-1.jpg" /> 				<img class="pull-right"				src="images/centr-2.jpg" />							</div>		</div>	</div></div><div class="container cont1">	<div class="row">					<div class="col-xs-12 ">			<div class="text whight">				text <br>				text <br>				text <br>				text <br> 			 </div>		 </div>	 </div> </div>       </body></html> 
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

ссылка битая вы заходили на нее?

Пробел в конце URL ссылки опять добавился. Когда нибудь исправят этот баг?! А то действительно часто появляются такие битые ссылки. Всего лишь-то надо поправить регулярку, которая выделяет ссылки в сообщении. 

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