Forums

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

Home Forums CSS [Solved] Mysterious padding on link hovering

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #157746
    aulda
    Participant

    Hi I am scratching my head to find the padding/margin that seems to appear when hovering over any link elements in my site. I have scoured all the a: bits of the CSS and just can’t identify where it is going wrong.

    Can anyone help?

    http://www.theloaf.co.uk

    css: http://www.theloaf.co.uk/css/screen/layout.css http://www.theloaf.co.uk/css/screen/default.css

    Thanks

    #157747
    Merri
    Participant

    #navigation a:link, a:visited, a:hover, a:active

    should be

    #navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active

    #157749
    aulda
    Participant

    Thanks a lot, Merri, that’s perfect. All fixed now. I wouldn’t have uncovered that I don’t think.
    Andrew

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