Jump to content
  • 0

Помогите с менюшкой


borovikalexey
 Share

Question

При переходе на предыдущую страницу (не через само меню, а через стрелку "назад" в браузере) на сайте меню выглядит вот так:

Безымянный.png

Т.е. как-будто кнопка активна.

а должно вот так:

Безымянный1.png

Такая проблема только в браузере Mozilla Firefox

Вот код css:

#main_menu_master{width: 268px; margin: 0; padding: 0; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; text-align: center; line-height: 30px;}
#main_menu_master a{display: block; color: white; text-decoration: none;outline: none;}


.top_button a:{background: url(image/bt.png); height: 30px; width: 238px; padding: 10px 15px 6px 15px;}
.bot_button a:{background: url(image/bb.png); height: 30px; width: 238px; padding: 6px 15px 10px 15px;}
.mid_button a:{background: url(image/bm.png); height: 30px; width: 238px; padding: 7px 15px 7px 15px;}

.top_button a:hover{background: url(image/bt.png) bottom;}
.bot_button a:hover{background: url(image/bb.png) bottom;}
.mid_button a:hover{background: url(image/bm.png) bottom;}


ul { margin: 0; padding: 0; list-style: none; width: 268px; }
ul li { position: relative; }
li ul { position: absolute; left: 268px; top: -2; display: none; }
li:hover ul { display: block; }

Как сделать чтобы меню отображалось нормально ( чтобы кнопка была неактивна при переходе на предыдущую станицу )?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

.top_button a:{background: url(image/bt.png); height: 30px; width: 238px; padding: 10px 15px 6px 15px;}

.bot_button a:{background: url(image/bb.png); height: 30px; width: 238px; padding: 6px 15px 10px 15px;}

.mid_button a:{background: url(image/bm.png); height: 30px; width: 238px; padding: 7px 15px 7px 15px;}

Послe "a:" должен псевдокласс "link" стоять или просто "а" без двоеточия. Увидеть проблему сложно, потому что страница всего одна.

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