LoginSignup
1
1

More than 5 years have passed since last update.

CSSではみ出した文字を省略する方法!

Last updated at Posted at 2016-03-30

IE6~、Firefox7~で使えるらしい!便利~。

■CSS

overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

■参考
http://tacamy.hatenablog.com/entry/2014/02/19/141948

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1