text-decoration:underline vs border-bottom....
Posted
by jitendra
on Stack Overflow
See other posts from Stack Overflow
or by jitendra
Published on 2010-03-18T04:08:56Z
Indexed on
2010/03/18
4:11 UTC
Read the original article
Hit count: 303
css
What is the difference to use {text-decoration:underline}
and {border-bottom:...}
?
which is easy to style and cross browser compatible?
when we should use border-bottom
over text-decoration:underline
?
Would it be good to use border-bottom
always in place of text-decoration:underline
?
© Stack Overflow or respective owner