蓝色栏下面的图片可点击链接

时间:2012-11-10 03:06:33

标签: html css

我在Blue Bar上遇到问题,蓝色条的高度大约有10个像素出现在可点击的图像上。它具有透明背景,当您将鼠标悬停在链接的图像上时,会出现一个蓝色条。我曾尝试使用border: none;没有运气,没有任何人有任何提示我已经包含了蓝色条形图片我正在谈论我必须模糊徽标但你明白了。enter image description here

示例http://jsfiddle.net/wdY26/

1 个答案:

答案 0 :(得分:1)

这是你的问题:

a:hover {
    color:#fff;
    background:#369; /* <= Your problem */
    text-decoration:none;
}