我尝试使用标题位置左侧的徽标作为可链接对象链接到主页但不能。
之后,我使用标题位置的左上角链接到标题页面并使用 id 作为图像源,如下所示:
< a href="/"> < img id="home-link" /> < /a>
“home-link” id 的 CSS 是:
#home-link {
position: relative;
width: 360px; /* width of the logo */
height: 110px; /* height of the logo */
top: 0 left: 0; /* top-left corner of logo */
border: 0px ;
float: left;
}
它在 Firefox 中按预期工作但在 chrome 中显示可链接区域周围的边框,在 IE 中显示边框和图像缩略图,
我不希望显示边框或图像缩略图,因为它看起来很尴尬,并且用户知道我做了什么