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

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -