css实现文本超出li宽度的部分隐藏:
在某些实际应用中,希望把文本超出的部分隐藏而非换行,下面就是一段这样的代码实例,大家可以参考一下。
代码如下:
<!DOCTYPE html> <html> <head> <meta charset=" utf-8"> <meta name="author" content="http://www.softwhy.com/" /> <title>蚂蚁部落</title> <style type="text/css"> #content{ width:130px; height:80px; background-color:green; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}</style> </head> <body> <div id="content">蚂蚁部落欢迎您,只有奋斗才会有美好的明天</div></body> </html>原文地址是:http://www.softwhy.com/forum.php?mod=viewthread&tid=9681
更多内容可以参阅:http://www.softwhy.com/divcss/
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号