javascript - images leave there place after on click -


well there wiered issue website, don't know reason. have hyperlinks on images, when click on images, leave place. sharing screen shot better understanding.

before click

before clickl

after click

after click

kindly tell me else have share. on't know reason not sharing css or js regards

since fixed in comments i'll post here others know. when image starts jumping around when clicked means there border around active state. fix set :

a:active{border: none!important;} //!important may overkill 

the same holds true if dances around when hover on it


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -