图像未显示在父div中

时间:2013-08-21 16:09:11

标签: image html

Here是垃圾箱。我连接到的互联网上的图像没有出现在Netbeans IDE v7.2上,但出于某种原因它在jsBin中运行得很好。

img:

<a href=""><img id='logo' src="http://www.logomaker.com/logo-images/3518dfc2d4b42754.gif" alt="logo maker logo creator"/></a>

我不能把href放在那里,因为它不允许在SO上使用本地主机。

CSS:

#banner {
    background: white;
    position: fixed;
    width: 100%;
    height: 150px;
}
#logo {
    border: 0px;
}

编辑:

截图:

screenshot

0 个答案:

没有答案