Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1216444

    Hi,

    I try to set an a:focus style on the logo image link.

    .logo a:focus  {
    	outline: 1px dashed red !important;
    	
    }

    It does not work.
    Also other images (flags in the top navigation for example) have the same problem.
    How can I fix it?

    Regards, Susanne

    #1216663

    Hey sue007,

    Can you try to use:

    .logo a:hover{
    	outline: 1px dashed red !important;
    }

    Hope it helps.

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.