Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorkikibian
    • CommentTimeJun 9th 2006
     permalink
    Does anybody notice the black dot line around the selected area, which appears every since when the cursor click on the the sliced images, does CSS could solve this problem?
    • CommentAuthoryatil
    • CommentTimeJun 9th 2006
     permalink
    CSS is not responsible for this, because it is behavior. Probably you should try something like

    <a onclick="this.blur();" href="#"><img src="..." alt="..." /></a>

    (In a real world scenario you would implement this technique in an unobstrusive way, of course.)
    •  
      CommentAuthorJan Meeus
    • CommentTimeJun 9th 2006
     permalink
    This will fix your problem.
    a { outline: none; }
    Mind you, this isn't a very accessible solution because this will make keyboard navigation (with tab key) very difficult.
  1.  permalink
    *:focus
    {outline: none}
Add your comments
    Username Password
  • Format comments as (Help)