Jump to content
  • 0

3 колоночный макет с контентом в html выше чем меню


alacka
 Share

Question

Здравствуйте подскажите как сделать 3 колоночный макет, но чтобы контент находился в html выше чем левое и правое меню.

И чтобы контент был в резиновом диве, а два блока с меню фиксированы.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Решил сам, может кому пригодится, выкладываю

<div class="middle"><div class="content">Контент</div></div><div class="menu">Левое меню</div><div class="menu2">Правое меню</di>
.middle {    width: 100%;	float: left;	overflow: hidden;}.content {    padding: 0 70px 0 70px;    border:1px solid #000;}.menu{float: left;width: 50px;position: relative;background: #B5E3FF;}.menu2{    float: left;	width: 50px;	position: relative;	background: #FFACAA;}



			
				


	Edited  by alacka
	
	

			
		
Link to comment
Share on other sites

  • 0
.middle { width: 100%; float: left; overflow: hidden; } .content { padding: 0 70px 0 70px; border:1px solid #000; } .menu{ float: left; width: 50px; position: relative; background: #B5E3FF; } .menu2{ float: left; width: 50px; position: relative; background: #FFACAA; }

вот сокращённый код

.middle {    width: 100%;    float: left;	}.content {    padding: 0 0 0 70px;    border:1px solid #000;}.menu{float: left;width: 50px;background: #B5E3FF;}.menu2{    float: left;    width: 50px;    background: #FFACAA;} 
Edited by DivMan
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