gpt4 book ai didi

html - 如何打散长词而不至于溢出?

转载 作者:太空狗 更新时间:2023-10-29 12:29:38 26 4
gpt4 key购买 nike

我怎样才能停止this text从溢出?

<html>
<head>
<style type="text/css">
.sticky
{
background-color: #FCFC80;
margin: 5px;
height: 100px;
width: 135px;
}
.sticky .edit
{
vertical-align:middle;
height: 100px;
position:relative;
color:Black;
background-color:blue;
height:90px;
vertical-align:middle;
width:90px;
border-collapse:collapse;

}
</style>
</head>
<body>
<div id="note44" class="sticky">
<div id="text44" class="edit" title="Click to edit" style="">A very long word: abcdefasdfasfasd</div>
</div>
</body>
</html>

最佳答案

认为大多数浏览器都支持自动换行?

word-wrap:break-word;

关于html - 如何打散长词而不至于溢出?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2856470/

26 4 0
文章推荐: css - 更改 css 中的图像域/路径以进行生产?
文章推荐: javascript - 如何使用 jQuery 在 IE 中附加样式表?
文章推荐: python - 抓取键盘输出
文章推荐: html - 为什么

里面不允许