Google地图图片图标无法在浏览器中加载

时间:2016-01-11 05:27:13

标签: html css

请查看我的代码并澄清我的解决方案。

<div style="height: 30px; background-image: url(http://maps.google.com/mapfiles/ms/icons/blue.png;);background-repeat: no-repeat">
    <div style="padding-left: 30px">
        Blue
    </div>
</div>

当我拿到网址“http://maps.google.com/mapfiles/ms/icons/blue.png”并粘贴到浏览器中时,它会显示图片。但在我的代码中,它显示为无法加载给定的URL。

1 个答案:

答案 0 :(得分:1)

将此int更改为blue.png;);

blue.png);