1px的链接没有加下划线或悬停

时间:2012-02-29 20:06:48

标签: html css

对此有什么解决方法......

enter image description here enter image description here

这是CSS:

        .post a{
        color:black;
        text-decoration: underline;
        font-size:13px;
        line-height: 1.3;
        font-family: Helvetica, Arial;
        font-weight: bold;
    }
    .post a:hover{
        color:white;
    }

这是我的HTML:

    <small>on April 20th in <a href="#">Marijuana</a> tagged <a href="#">Drugs</a>, <a href="#">Science</a>, <a href="#">Herb</a></small>

1 个答案:

答案 0 :(得分:0)

其实我没有看到问题。但是,您可以使用text-decoration代替margin-bottom,并尝试为锚元素添加一些填充。