Jump to content

Images disappears when mouse hovers


Recommended Posts

I'm hoping someone can help me with a small problem. I've read through a lot of posts, but none seem to have this same problem.

 

I got my pictures up on my site just fine, but when I hover my mouse over the picture, the picture disappears leaving only text behind. How can I get my images to stay? And I can't seem to just click on the box to go into the product, I have to choose text to get to the next step. My site is www.soapsudsations.ca.

 

Thanks in advance.

Link to comment
Share on other sites

To make the picture is not hidden when the mouse is the easiest way to write your template global.css

 

display: block !important;

 

1127

#center_column div.products_block .product_image {
display: block !important;
background-color: #EEEEEE;
border: 1px solid #CCCCCC;
height: 129px;
left: -2px;
padding: 8px;
position: absolute;
top: 30px;
width: 129px;
z-index: 50;
}

 

 

 

 

Waiting for position description and other items, because they will not be visible when you move now?

Edited by zaymund (see edit history)
Link to comment
Share on other sites

Thank you Zaymund, for your prompt reply. I hate to ask another stupid question but what's the best way to make those changes? What I mean is that I assume you mean at line 1127, make the changes you suggested, so how do I figure out where line 1127 is? Thanks again I really appreciate your help.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...