A
A
Artyom Kobyakov2014-03-27 11:21:25
Mozilla
Artyom Kobyakov, 2014-03-27 11:21:25

Why do images dance in firefox/mozilla?

Good afternoon! I've been suffering for a week now, I hope here for the help of experienced people.
There is a page www.tendence.ru/test.html
To the right of the video, when you hover over the pictures, they begin to move out by 1 pixel.
And this is only in Mozilla Firefox, in other browsers everything is ok.
I use the following styles:

a img { border: none;}
.w90 a:hover img {
border: none; opacity:0.75; filter:alpha(opacity=75); /* For IE8 and earlier */
-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-ms-transition: none;transition: 0.5s;
.w90 img{
  width: 90px;
}
}

How can the problem be solved?
Thank you!

Answer the question

In order to leave comments, you need to log in

7 answer(s)
M
maxaon, 2014-03-28
@Kotovod

Known bug “-webkit-backface-visibility:hidden;” will help.

S
Snewer, 2014-03-27
@Snewer

Everything looks fine to me

V
Vitaly Kirenkov, 2014-03-27
@DeLaVega

Personally, it doesn’t move out for me, but you can try to add it on img { display: block; } and check it.

1
1001001 111, 2014-03-27
@IgorO2

Update Mozilla Firefox =)

G
gopromax, 2014-03-27
@gopromax

Everything is fine with me too, so it's hard to say, but play around, look.
For example, set width: 90px; height: 90px; on a, a itself img width: 100%.
Does not help? sculpt overflow: hidden; on ashka.
Does not help? leave ashke w90; h90; and set the image as background.
Does not help? write, we will continue to fantasize:]

Y
Yuri Lobanov, 2014-03-27
@iiil

Everything seems to be ok.
Off topic, but add white space on top. The first impression is that the link is an anchor, I tried to scroll to the top of the page. It does not let go of the feeling that the page has been cut off. This is both ugly and confusing. Add some white space on top or a stripe of some kind.
If the page is exclusively test - then naturally do not pay attention)

G
Griz3003, 2015-06-25
@Griz3003

Faced a similar problem, and on 2 different computers. I noticed that when firefox / mozilla is switched to full screen mode, the twitching stops.

Similar questions

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question