Limit text to the width of sibling image / auto width in CSS

后端 未结 5 834
不知归路
不知归路 2020-12-03 01:28

I am essentially trying to create a version of the \"figure\" element (upcoming in HTML5), whereby I have an image with a short description below it.

However, I want

5条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-03 01:58

    You could use the display:table solution for all other browsers, and a CSS Behaviour for Internet Explorer.

提交回复
热议问题