Skip to content

Instantly share code, notes, and snippets.

@ambar
Created September 15, 2012 11:18
Show Gist options
  • Select an option

  • Save ambar/3727398 to your computer and use it in GitHub Desktop.

Select an option

Save ambar/3727398 to your computer and use it in GitHub Desktop.
css hidden text
a .ellipsis:after {
content: '...';
}
a .invisible {
font-size: 0;
line-height: 0;
}
<a href="http://t.co/3MhwazMN" class="external" target="_blank" title="http://www.youtube.com/user/ThemPRangers">
<span class="invisible">http://www.</span><span class="visible">youtube.com/user/ThemPRang</span><span class="invisible">ers</span><span class="ellipsis"></span>
</a>
@ambar
Copy link
Author

ambar commented Sep 15, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment