recently found a problem in the ie browser while working on the project. The maximum width of the display: inline-block-wrapped img is always the original size of the picture, while the maximum width of the display: block-wrapped img is the width of the...
<style> span { display: inline-block; font-size: 12px; } < style> <div> <span>hello < span> <span>world< span> < div> where did the extra height come from? ...