Jump to content
  • 0

графическое меню тормозит


asker2
 Share

Question

Сделал на сайте графическое меню, те пункты меню это не большие (3.8kb) изображения, при наведении курсора мыши они меняются на другие.

Проблема в том что в самом начале они меняються с задержкой где то в 1 сек, это заметно и выглядит не красиво, когда на тот же пукт меню наводишь второй раз, то замена на активное изображение происходит мгновенно, возможно потомучто браузер уже закешировал.

Что сделать чтобы изображение у ссылки на действие hover и в первый раз менялось без задержек ?

вот стили которые я использую:

#header #menu .unic_menu_item1 a  {
background: url(/images/home.jpg) no-repeat left bottom;
}

#header #menu .unic_menu_item1 a:hover, #header #menu .unic_menu_item1 a.selected {
background: url(/images/home_act.jpg) no-repeat left bottom;
}

#header #menu .unic_menu_item2 a {
background: url(/images/products.jpg) no-repeat left bottom;
}

#header #menu .unic_menu_item2 a:hover, #header #menu .unic_menu_item2 a.selected {
background: url(/images/products_act.jpg) no-repeat left bottom;
}

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

вам нужно использовать такой метод:

#header #menu .unic_menu_item1 a  {
background: url(/images/home.jpg) no-repeat left top;
height:37px;
}

#header #menu .unic_menu_item1 a:hover {
background: url(/images/home.jpg) no-repeat left bottom;
}

а картинка должна быть такого вида: menu_about_rus.gif, тогда при наведении, он покажет ту же самую картинку (уже загруженную).. только с позицией - bottom, т.е. уже другую картинку.. (как попало объяснил, но вы должны понять).

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