Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Image Underline Revisited

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #30109
    Gulfcoast
    Member

    I’ve fixed the issue before, but in this instance in the interest of speed I thought I would ask for help from others. Can’t seem to remove the image underline from all main product images such as here: http://www.charlottes-saddlery.com/110284.htm
    Any help would be appreciated.

    #80859
    TheDoc
    Member

    Are you talking about the dotted line, or the solid line on hover?

    The solid line on hover is caused by this:

    #main a:hover {
    border-bottom: 1px solid #2C1A06;
    }

    The dotted line border is caused by this:

    #main a:link {
    border-bottom:1px dotted #2C1A06;
    }
    #80860
    Gulfcoast
    Member

    Got it! Thank you all for your comments and help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.