Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个网站的小问题 - 内容保存在表格中,并且在除 IE 9 / 10 之外的每个浏览器上都能正常显示,其中文本从页面流出并超出表格的宽度。
我尝试了许多不同的修复方法,但似乎没有取得太大的成功。
示例页面:这里
任何建议将不胜感激。
哥们你可以用
css3的自动换行属性
喜欢
p { width:9em; border:1px solid #000000; word-break:break-all; }
在 IE 9/10 中支持