CSS to display the excess to the ellipsis method compatible with Firefox _javascript tips

Source: Internet
Author: User
<! DOCTYPE HTML PUBLIC "-//w3c//dtd HTML 4.01//en" "HTTP://WWW.W3.ORG/TR/HTML4/STRICT.DTD" >
<meta http-equiv= "Content-type" c>
<title>css a way to display the excess as an ellipsis compatible with the Firefox _ cloud-Habitat Community _www.jb51.net</title>
<style>
* {margin:0; padding:0;}
a {text-decoration:none; color: #000;}
a:hover {text-decoration:none; color: #000;}
UL {
width:300px;
margin:40px Auto;
padding:12px 4px 12px 24px;
border:1px solid #D4D4D4;
Background: #F1F1F1;
}
Li {margin:12px 0;}
Li a {
Display:block;
width:80px;
overflow:hidden;/* pay attention not to write at the end of the * *
White-space:nowrap;
-o-text-overflow:ellipsis;
Text-overflow:ellipsis;
}
/* Firefox only * *
Li:not (p) {
Clear:both;
}
Li:not (p) a {
max-width:170px;
Float:left;
}
Li:not (P): after {
Content: "...";
Float:left;
width:25px;
padding-left:5px;
Color: #000;
}
</style>
<body>
<ul>
<li><a href= "#" >suntear Technical space </a></li>
<li><a href= "#" >suntear Technical space </a></li>
<li><a href= "#" >suntear Technical space </a></li>
<li><a href= "#" >suntear Technical space </a></li>
<li><a href= "#" >suntear Technical space </a></li>
<li><a href= "#" >suntear Technical space </a></li>
<li><a href= "#" >suntear Technical space </a></li>
</ul>
</body>
Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.