Forums

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

Home Forums CSS Image Replacement

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

    I used CSS Image replacement for a header logo… things work well but I get that outline around the image when clicked which is the browser defaults (like for active, visited).

    Any thoughts on how to get rid of it?

    Thanks for the help.

    #55620
    sebgonz
    Member

    add this to your css file.

    img a { outline: 0; }

    or for just the header img, you could do something like:

    #header img a { outline: 0; }
    #55625

    Sweet!!! Just plain sweet!!!

    Thanks a zillion!

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