-- url of the page with the problem -- : localhost
hi
i use background-position to change button style and when someone hover the button secend image will show, i use one png for 3 button , and use this code
div#hikashop_product_right_part div#hikashop_product_contact_main input.btn.button.hikashop_cart_input_button
{
display:inline-block;
vertical-align:top;
text-decoration:none;
height:65px !important;
width:165px !important;
top: 0 !important;
margin: -3px 65px ;
background: url("../images/style_pictureblue/papaicon.png") 0 -260px;
text-indent: -9999px !important;
}
div#hikashop_product_right_part div#hikashop_product_contact_main input.btn.button.hikashop_cart_input_button:hover
{
background-position : 0 -325px;
}
but when i hover the button image scroll up , seems it have and animated effect , i dont like this ,
im making my site in localhost and cant show you demo
but hikashop style pictureblue style cart modules and add to card button have same problem and
this page
demo.rcatheme.com/?template=rnshop#
have exactly my problem
tanks