-1

Is it possible to vertical align a image (variable height) in a div? And that it work in IE 7 and up? I know that it can be done with the display : table-cell but the table-cell is not supported in IE 7...

I hope somewone has a solution?

Maanstraat
  • 1,241
  • 7
  • 34
  • 63

1 Answers1

0
<div style="border: 1px solid #000;line-height:100px;">
   something in here
</div>​
Adauto
  • 569
  • 3
  • 5