css img underline

Out of context: Reply #1

  • Started
  • Last post
  • 9 Responses
  • nocomply0

    I believe what's happening is that your image is inheriting your default a:link, a:visited, and a:hover styles at the top of your stylesheet.

    try maybe getting more specific with your class name...

    like:

    a:link.product-image { ...

    or give the href element that the image is enclosed in a style with a border-bottom of zero.

    something along those lines. the problem is in your link styles, not the image style.

View thread