Question:

How do I deselect a button with CSS?

by  |  earlier

0 LIKES UnLike

I have 5 buttons on my web site. After clicking one it becomes selected (dotted box around it). How can I stop that. Look above the calendar on page.

http://www.geocities.com/denmarks/

 Tags:

   Report

2 ANSWERS


  1. Use the following in your css link styling

    a {

           outline: none;

    }


  2. css tutorials http://www.wise-man-design.com/free_tuto...

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.