html - How do I set correctly vertical align middle on image -


example have set master div 100px height. in div have 1 logo want vertical-align:middle;

here example http://jsfiddle.net/c7me7/

i want logo auto align middle without have padding or margin.

output should

enter image description here

let me know

updated: works.

#top { height:100px; background:#000; padding:0 20px;line-height:100px;} #logo img {vertical-align: middle;} 

see - http://jsbin.com/utuye5/2


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -