CSS Tutorial div width is automatically hidden and an ellipsis <html xmlns= "http://www.jzread.com/1999/xhtml" <head> <title >css Div width is automatically hidden and ellipses </title> <meta http-equiv= "Content-type" content= "text/html;charset=gb2312" <!--Add the following code to <head> and </head> <style type= "text/css" #abc { display:block;/* inline objects need to add */ width:200px; word-break:keep-all;/* No newline */ white-space : nowrap;/* */ Hide content beyond the width of overflow:hidden;/* content */ text-overflow:ellips Tutorial is;/* Displays an ellipsis (...) when text overflows within an object; Overflow:hidden with the */
#cde { width:200px;/* Must be set width */ word-break:keep-all;/* */ white-space:nowrap;/* do not wrap */ overflow: Hide hidden;/* content when content exceeds width */ text-overflow:ellipsis;/
</style> </head <body> <div id= "abc" FDSAFDSAKLFDJSAKLF;DJAKL;FDJSAKF;DJSAKFLDAJFKLDA;FJDSAKL </div> <div id= "CDE" Construction Station Teaching Network | Free Learning Construction Station technology, Construction Station Guide, Construction Station tutorial and Technology Exchange Center </div </body> </html>
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.