a, a:link { cursor: pointer; /*使用箭头 掠过显示小手 ie5只认: cursor: hand;*/ color: #666 ; line-height: 24px; text-decoration: none; /*无下划线*/ white-space: nowrap; /*无空格 不换行*/ text-overflow: ellipsis; /*ellipsis: 当对象内文本溢出时显示省略标记(...).*/ -o-text-overflow: ellipsis; } a:hover{ text-decoration:underline; color:#04407D;}/*经过的时候显示红色*/