Hi,
I did HTML of this website: http://www.imagetechsolution.com/
But I face a problem when carousel slide on homepage its also effects on footer icons like phone icon & envelope icon. Please help me out guys!
Hi,
I did HTML of this website: http://www.imagetechsolution.com/
But I face a problem when carousel slide on homepage its also effects on footer icons like phone icon & envelope icon. Please help me out guys!
I can’t see any problem with those icons. Could you post a screen-shot to show the problem?
I can’t see a problem either.
Which browser and which system?
Is there anything that needs to be done to trigger the problem?
I face this problem in Google chrome you can also check it on Google Chrome browser.
Repeating…
Any particular conditions need to be met to cause it?
Have you tested in other browsers besides Chrome? If yes, which ones?
In Safari, IE & Mozila Firefox it’s working fine in these browsers. I face this problem in Google chrome and Opera.
Perhaps it would have been helpful to say that in the first place…
It seems not. I can see the issue with the phone icon in Chromium. (I have no suggestions as to solution.)
Interesting. I don’t see any jerky icons in desktop Chrome.
HOWEVER, I just remembered that I am probably not using the lastest version of Chrome. I have Version 49.0.2623.112 m . That’s the last version that I will receive because I’m still running WinXP.
Hmmm… Old browser works, new browsers don’t … Maybe it’s a new webkit feature!
slinks away
Mine is Version 51.0.2704.79 Ubuntu 16.04 (64-bit).
The phone moves slightly to the left and back again; the envelope below it loses half the width of its left-hand edge line (if that makes sense). There is a vague sort of dimming effect over the whole column. I don’t really know how else to describe it.
It’s the transform causing a re-flow so try adding this:
.footer_box{
-webkit-backface-visibility:hidden;
}
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.