【问题标题】:Why href image does not shown on firefox?为什么在Firefox上不显示href图像?
【发布时间】:2013-11-27 09:11:32
【问题描述】:

我有以下代码,它在所有浏览器中都可以使用,除了 mozilla,它只显示图像的 alt... 有什么问题?

<a href="mmm.html" > <img src="img\rounded\m1.png" alt="m1" width= "10%" height= "30%"/> </a>

【问题讨论】:

    标签: image href


    【解决方案1】:

    字符错误。试试:

     <a href="mmm.html" > 
     <img src="img/rounded/m1.png" alt="m1" width= "10%" height= "30%"/> </a>
    

    注意src的路径。您应该使用“/”而不是“\”。

    【讨论】:

      猜你喜欢
      • 2016-10-01
      • 2015-11-07
      • 2013-07-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-10-21
      • 1970-01-01
      相关资源
      最近更新 更多