div {overflow:hidden;word-wrap:break-word;border:2px solid green; } .total {width:1000px;height:1000px; } .header {height:20%; } .header_1 { height:30%; } .header_1 div div { width:100%; height:50%; } .header_1 div div div { width:50%; height:100%; text-align:center; } .header_1 div { width:19%; height:100%; float:left; } .header_2 { height:30%; } .header_3 { height:30%; } .header,.header_1,.header_2,.header_3 { width:inherit; } .header_2 div,.header_3 div { width:32%; height:100%;float:left;overflow:auto; }
I have a div tag, and the text wraps well when you have spaces, everything is good, but when I do a long word or something, it will stick outside the div, is there anyway to fix this. I've looked at several things but they aren't all compatible with all browsers.Right now this is my css that the text is going into:
查看更多关于请教一个CSS的问题,文字无法在某个DIV内显示_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did113226