Posted by pepito3 on 07/04/06 22:33
> 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
This doesn't work either:
a img {
border-bottom-style:none;
border-bottom-width:0px;
text-decoration: none;
border:none;
}
Navigation:
[Reply to this message]
|