Http://www.52css.com/article.asp? Id = 602
1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2:
3:
4: <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
5: <title>52CSS</title>
6: <style type="text/css">
7: ul {width:300px; margin:50px auto;}
8: li {width:300px; line-height:25px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
9: a {color:#03c; font-size:13px;}
10: a:hover {color:#000;}
11: </style>
12:
13: <body>
14: <ul>
15: <li> <a href = "http://www.52css.com/"> CSS practice-Pro CSS Techniques </a>
16: <li> <a href = "http://www.52css.com/"> CSS practice: ID is a sniper rifle. Class is a double-edged sword.
17: <li> <a href = "http://www.52css.com/"> CSS layout instance: CSS Tag switching code example tutorial </a>
18: <li> <a href = "http://www.52css.com/"> web standards: change the way you think about creating web pages to save on code, structure, and performance separation </a>
19: <li> <a href = "http://www.52css.com/"> solutions IE7 or earlier versions do not support several methods without a State pseudo class! </A>
20: <li> <a href = "http://www.52css.com/"> CSS remove table TD default spacing and create a 1px line table </a>
21: </ul>
22: </body>
23: