English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

a {color:#ffffff;}
a:hover {color:#33ff66;}

this is currently whats in my .css file for all a hrefs

My question is how do i remove the default line that appears right under the text for all my a hrefs?

Thank you

2006-11-12 00:46:40 · 2 answers · asked by f1avor_f1av 3 in Computers & Internet Programming & Design

2 answers

Be aware that hover isn't the only value - that only controls what happens when your mouse is over the link.

A:link - a link on page
A:visited - visited
A:active - the current page
A:hover - holding mouse over link

2006-11-12 04:10:23 · answer #1 · answered by Snoopy 5 · 1 0

set none to the text decoration

A:hover {text-decoration: none;}

2006-11-12 09:10:24 · answer #2 · answered by thadu 5 · 2 0

fedest.com, questions and answers