G
G
GregorySysoev2018-11-20 03:36:53
css
GregorySysoev, 2018-11-20 03:36:53

How to make an image display in Mozilla Firefox?

Chrome displays a picture of a dog, but chrome doesn't. What is the problem and how to solve?
68.183.70.133/game0711/game.html

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Kappy, 2018-11-20
@GregorySysoev

I think you will understand

div{
transform: scale(2,4);
-ms-transform: scale(2,4); /* IE 9 */
-webkit-transform: scale(2,4); /* Safari and Chrome */
-o-transform: scale(2,4); /* Opera */
-moz-transform: scale(2,4); /* Firefox */
}

D
Dmitry Khristoev, 2018-11-20
@Haoss

add image position: absolute

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question