简体   繁体   English

为什么在FireFox中使用img标签看不到这种想象?

[英]Why I can't see this immages using img tag in FireFox?

I am not so confident with HTML and CSS and I have the following problem. 我对HTML和CSS不太自信,并且遇到以下问题。

Into a table I have something like this: 到表中,我有这样的东西:

<td style="border-bottom: 1px solid #76818a !important;  width: 10px; text-align: center; padding: 0 !important;">

    <div style="width: 90px;">

        <img alt="su" src="img\freccia_up.gif"
             onclick="Javascript: spostaSu();"> <br> 

        <img
            alt="giu" src="img\freccia_down.gif"
            onclick="Javascript: spostaGiu();"> <br> <br> <br>

        <img alt="nascondi" src="img\freccia_dx.gif"
             onclick="Javascript: eliminaColonna()"> <br> <img
            alt="visualizza" src="img\freccia_sn.gif"
            onclick="Javascript: aggiungiColonna()">

    </div>

</td>

As you can see it show some .gif immages stored into the img path of my project. 如您所见,它显示了一些存储在我项目的img路径中的.gif 图片

The problem is that using Explorer and Chrom it works fine (these immages are correctly showd into the page) but using FireFox the immages are not rendered and instead these immages it is showed the value of the related alt attribute of the 问题在于,使用Explorer和Chrom可以正常工作(这些图像正确显示在页面中),但是使用FireFox不会呈现图像,相反,这些图像显示的是相关alt属性的值 tag. 标签。

Why I have this behavior? 为什么我有这种行为? What can I do to try to solve and correctly show these immages also using FireFox? 我该怎么办才能尝试使用FireFox解决和正确显示这些想象?

Tnx TNX

The problem maybe Firefox itself. 这个问题可能是Firefox本身。 Try the following. 尝试以下方法。

https://support.mozilla.org/en-US/kb/fix-problems-images-not-show https://support.mozilla.org/en-US/kb/fix-problems-images-not-show

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM