Jump to content
  • 0

hover у ссылки сменой фона в ИЕ6


Mary_RND
 Share

Question

В ИЕ6 у ссылки фоном есть картинка, которая вдобавок png еще, при наведении должен менятся.

В везде нормально, а вот ИЕ6 выдает:

e2f6290b0523.jpg

html

<ul id="menu_two">
<li><a href="#" class="iePNG">Схема проезда</a></li>
<li><a href="#" class="iePNG">Скачать прайс-лист</a></li>
<li><a href="#" class="iePNG">Оформить заказ</a></li>
</ul>

css


#index #menu_two {
list-style: none;
margin: -350px 0 0px 0px;
padding: 0px 0 0 0px;
position: relative;
display: block;
float: right;
z-index: 7;
text-align: left;
}

#index ul#menu_two li {
font-family: Arial;
margin: 0px 0 0px 0;
color: #fff;
font-size: 18px;
font-weight: normal;
}

#index ul#menu_two li a {
color: #fff;
text-decoration: none;
background: url(../i/link_smena_2.png) no-repeat left top;
display: block;
padding: 37px 0 0 10px;
height: 33px;
width: 315px;
}

#index ul#menu_two li a:hover {
text-decoration: underline;
background-position: -325px 0px;
height: 33px;
width: 315px;
}

Link to comment
Share on other sites

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