码迷,mamicode.com
首页 > Web开发 > 详细

<a 的CSS惯例

时间:2015-01-12 09:33:28      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:html

aa:link {
  1. cursorpointer;         /*使用箭头  掠过显示小手  ie5只认:  cursor: hand;*/
  2. color#666;
  3. line-height24px;
  4. text-decorationnone;    /*无下划线*/
  5. white-spacenowrap;     /*无空格  不换行*/
  6. text-overflowellipsis;   /*ellipsis: 当对象内文本溢出时显示省略标记(...).*/
  7. -o-text-overflowellipsis;
}
a:hover{ text-decoration:underline; color:#04407D;}/*经过的时候显示红色*/

<a 的CSS惯例

标签:html

原文地址:http://blog.csdn.net/ssllkkyyaa/article/details/42612351

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!