Posted by dorayme on 07/04/06 21:38
In article
<1152034495.324107.12100@p79g2000cwp.googlegroups.com>,
pepito3@gmail.com wrote:
> But nothing works! It seems like border-botton-style property in 'a' is
> always on. It is very weird because If I write:
>
> a img {
> border-bottom-style: dotted;
> border-bottom-width: 1px;
> }
>
> images get double underline!
>
> Any suggestions? Thanks!!
What is "on" by default is text-decoration: underline; You turn
this off by text-decoration: none; That is one thing. The other
thing is the border. You turn this off by border: none; You need
to deal with these two things separately.
--
dorayme
Navigation:
[Reply to this message]
|