How can I access the actual text that is displayed in a DIV when using CSS style overflow: hidden?

前端 未结 7 732
名媛妹妹
名媛妹妹 2020-12-20 18:43

I have the following content DIV on my page, which displays dynamic text:

It uses the following

7条回答
  •  天命终不由人
    2020-12-20 19:11

    If this is simply for display purposes then you could simply have an absolutely positioned div with "..." in it at the bottom-right of the container, so over the top of the text.

提交回复
热议问题