Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CSS Issue


Guest

Recommended Posts

After much sodding about and searching hundreds of sources, I have finally managed to get the image on my front page to change to another one on mouse over and it all works lovely in FF, however, not so well in IE. The issue with IE is that the link is only active for a very small section on the left side of the image as opposed to the whole thing as wanted. You can see it for yourself at www DOT togsuk DOT com.

 

I'm assuming that this is something to do with the stylesheet, but I've changed the values that I can see and although they are changing things, it is not what I want them to change. Any ideas?

 

The relevant commands in stylesheet are:

 

.rollover a {
display:block;
padding:130px 650px 10px 7px;
font: bold 13px sans-serif;;
color:#333;
background: url("/images/wiv-rollover.gif") 0 0 no-repeat;
text-decoration: none;
}
.rollover a:hover { 
background-position: 0 -140px;
color: #049;
}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...