Jump to content
  • 0

блок ползёт вместе в меню


orange_juice
 Share

Question

суть такова - учусь вёрстке, верстаю макет - есть  шапка, горизонтальное меню, меню слева, основной контент справа, ну и собсн футер приклеен к низу экрана.

 

меню сворачивается-разворачивается при нажатии на ппункт посредством jscript.

структура страницы:

<body><div class="wrapper">    <div class="content">       <header/><hormenu/><aboutus/>          <div class="leftmenu">менюшка на js</div>          <div class="rightcontent">контент справа</div>    </div><div class="push"></div><div>                  //конец wrapper<footer></footer>

проблема в том, что при раскрывании/сворачивании менюшки контент справа ездит вместе с меню вниз/вверх, но корректно взаимодействует с футером - не залазит поверх и т.д.
если же ставить контенту справа

position:absolute

, то очевидно, что контент плюет на футер и залазит поверх него.

css контента справа и менюшки:

.rightcontent {position:relative;	      margin:-452px 0 0 280px;	      max-width:680px;	/*основной контент страницы*/	      font-family:Tahoma;	      font-size:12pt;              outline:1px solid rgba(170,167,167,1.00);}.leftmenu {padding:30px 0;}.content {position:relative;          width:960px;          margin:20px auto;          /*border:1px solid rgba(177,175,175,1.00);*/}

буду признателен если услышу дельные советы

 

 

 

Link to comment
Share on other sites

4 answers 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