From: Christian Kirchhoff

not sure what you mean with "not noticaable", but for getting rid of the
blue border that is shown in some browsers try

.textBoxRight a img {
     border: none;
}



Yes, that's what I want to do. For some reason in Firefox I could still see
the border when hovering, after using your code. Therefore I did this, and
it's working now:

.textBoxRight a {color: #000;}

.textBoxRight a img {border: none;}


Thank you!
-Brian



______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to