Jump to content
  • 0

Помогите, пожалуйста, сверстать меню


Question

Добрый день!

Есть меню с раскрывающимся списком дверей.

http://itmages.ru/image/view/1724210/aca8296a

Но при переходе на другую страницу список дверей в меню сворачивается:

http://itmages.ru/image/view/1724180/19fb629f

Как сделать так, чтобы список в меню не исчезал?

Код:

<div id="wrap">
  <div id="firstpane">
<p class="menu_head">Двери</p>
<div class="menu_body">
<a href="massif.html">Массив</a>
         <a href="veneer.html">Шпон</a>
<a href="finetex.html">Эко-шпон</a>
<a href="economy_veneer.html">Эконом-шпон</a>
<a href="pvh.html">ПВХ</a>
</div>
</div>  
</div>
 
#wrap{
  background:#757575;
  width:180px;
  height:9503px;
  float:left; 
  display:inline;
  font:12 Verdana, Arial, Sans-Serif, Helvetica;
  text-align:left;
  padding:24px 0 0 0;
  margin:12px 0 0 12px;
}
 
menu_head {
  padding:0 0 24px 12px;
  cursor: pointer;
  position: relative;
  font: bold 12px Verdana, Arial, Sans-Serif, Helvetica;
  text-transform:uppercase;
  color:#fff;
}
.menu_head a {
  display:block;
  font: bold 12px Verdana, Arial, Sans-Serif, Helvetica;
  text-decoration:none;
    color:#fff;
}
.menu_body {
  display:block;
}
.menu_body a{
  background:#e6e6e6;
  display:block;
  color:#BB572F;
  padding:16px 0 16px 12px;
  letter-spacing:1px;
  font: 12px Verdana, Arial, Sans-Serif, Helvetica;
  text-decoration:none;
}
.menu_body a:hover{
  color: #999;
}

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Посмотреть через инспектор кода/ фаербаг какой класс присваивается активному пункту меню, раскрытому.

И ставить этот же класс, на всех дочерних страницах.

Как то так.

Edited by npofopr
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