-4
Because sometimes when we add some images on a page, some move and others don’t? That’s a problem browsers? Or the problem must be in the CSS
?
Why "damn" when you mouse over the image it moves?
Hover your mouse over the news image
Make The Perfect Dessert in Ten Mins
(under the slider).
When passing the mouse, note that the image moves, it leaves the square. Already the news next to it Premiere for The Invisible Woman
when passing the mouse over the image of the woman, does not occur this.
I could also tell by the tool Inspecionar Elemento
of Google Chrome that disabling some properties like:
.wp-post-image:hover {opacity:0.8}
.appear {-webkit-transition:all .4s ease-in-out}
This problem ends, only I lose the effects.
It’s a problem with your CSS. Check that you don’t have any properties applied to the images
– CesarMiguel
Look at this site: http://theme-sphere.com/smart-mag/ Now hover over the news image
Make The Perfect Dessert in Ten Mins
below the slider. (Use Chrome)– Alexandre Lopes
Yes, this is a css effect applied to the image
– CesarMiguel
Ahhh is true, the problem is
opacity
with the-webkit-transition
in the:hover
(I just tested it). But how do I fix it? I don’t want to have to remove the effects.– Alexandre Lopes
So let me get this straight... you want some images with that effect, and you want some without the effects, that’s it?
– CesarMiguel
No! I just want to fix this problem by hovering.
– Alexandre Lopes
If you don’t want to remove the effects, what do you want? Take the effects only when the mouse passes? So it will never produce the effect of blurring the image... lol I’m no longer understanding anything...
– CesarMiguel
I don’t want to remove anything, absolutely nothing! I just want some way to end this mini bug. It only ends if I disable the
opacity
or the-webkit-transition
in the:hover
, but I don’t want to do that. I just wanted some solution that would end this problem.– Alexandre Lopes
It’s not at all clear what you’re asking. Bug? But what bug? Put your CSS to the question and clarify your problem
– CesarMiguel
Young man, just enter the link I sent you and you will see that by hovering over the second image in the news below the slider moves when you hover over.
– Alexandre Lopes
You don’t want to, then you wonder why the question is closed
– CesarMiguel
Why do you keep voting to close my question? It’s not my fault if you don’t know how to use the Chrome tool
Inspecionar Elemento
just do this in the image and you will see all the classes and properties of the inspected element. Test it.– Alexandre Lopes
This is not my site.
– Alexandre Lopes
Your question is not being objective. From what I understand, your application is doing the same as the website you demonstrated, right? If so, consider adding lines of code to your problem. If you are just inspecting a third party page and trying to understand something, be clear! Demonstrate with an image for example.
– Rafael Barbosa
I tested with Firefox, Chrome, Opera, Safari and IE, and in none of them the image you referred moved.
– Math
@Math only when passing or mouse over.
– Alexandre Lopes
@Alexandrelopes I passed, exactly in the image that you just added, and I passed in the woman next, and there occurred the error that you quoted in either of the two images, only the effect that was to happen. Which browser you used?
– Math
I used Google Chrome (Last Version), and I used Firefox, only in it (Firefox) instead of moving the mouse, the image is bigger than it is supposed to be, about 1px.
– Alexandre Lopes