Skip to content

Instantly share code, notes, and snippets.

@asdsasd555
Created August 7, 2012 06:05
Show Gist options
  • Save asdsasd555/3282185 to your computer and use it in GitHub Desktop.
Save asdsasd555/3282185 to your computer and use it in GitHub Desktop.
at-list
.at-wrap {width:150px;border: 1px solid #ccc;background-color: #f3f3f3;}
.at-list{text-indent:10px; line-height: 20px; overflow:hidden;white-space:nowrap; cursor: pointer;}
.at-list:hover {background-color:#e0dfdf;}
<ul class="at-wrap">
<li class="at-list">张三</li>
<li class="at-list">李四</li>
<li class="at-list">王五</li>
<li class="at-list">赵六</li>
<li class="at-list">赵六</li>
<li class="at-list">赵六</li>
<li class="at-list">赵六</li>
<li class="at-list">赵六</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment