CSS - 内容突出到主框架之外

时间:2012-02-02 20:27:40

标签: css

我的CSS有问题。我正在动态改变一个div的内容。问题是,它突出到主框架外面,如下所示:

enter image description here

这是我期望的结果。如何实现?

enter image description here

修改

jsFiddle's code

2 个答案:

答案 0 :(得分:2)

为你的div提供maxwidth:

div 
{
 max-width: 100px;//The width of your div
}

答案 1 :(得分:0)

使用word-wrap:break-word作为容器元素