css - Remove the white space below image -


in chrome image on right hand side of banner has small white space under it. odd thing - when using developer tools make change css property, image seems realign , white space disappears.

i have added properties image such as: display:block; outline: 0; padding: 0; margin: 0; vertical-align: text-bottom;

this page.

how looks in chrome: enter image description here

how looks in other browsers: enter image description here

how can rid of space?

this common issue, noticed myself in own html web development when using chrome , developer tools. theres seems glitch in html render when have developer tools open. happens every often, know weird bug. never notice in other browser.

my suggestion you, ignore :)

(if doesn't break html of course)

seems minor ui space.

good luck

-kiru


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -