Forums

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

Home Forums CSS How to remove selection rectangle from logo?

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

    Hi, im designing a new site. But i noticed that when i click on the logo , a selection rectangle appears as showen in the pic.Ho to fix that with CSS?thanks
    Pic:

    #67872
    Bob
    Member

    To prevent this from happening, you can use the CSS outline property. If you set it to none, the dotted outline will not show.

    For example:

    img	 { outline: none; }
    #67804
    hellboy1994
    Member

    thanks

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