CSS to stop text wrapping under image

后端 未结 6 1294
栀梦
栀梦 2020-12-02 04:18

I have the following markup:

  • Text, text and more text
  • 6条回答
    •  南方客
      南方客 (楼主)
      2020-12-02 04:58

      Very simple answer for this problem that seems to catch a lot of people:

      
      

      Nullam id dolor id nibh ultricies vehicula ut id elit.

      img { float: left; } p { overflow: hidden; }

      See example: http://jsfiddle.net/vandigroup/upKGe/132/

    提交回复
    热议问题