Answer the question
In order to leave comments, you need to log in
Why does Firefox add hide some images?
There is, for example, such html markup
<a href="">
<div class="div1">
<img src="img2" alt=""/>
</div>
</a>
<a href="">
<div class="div2">
<img src="img2" alt=""/>
</div>
</a>
img[src="img1"] {
display: none !important;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question