user15611247
user15611247

Reputation:

Long words breaking in the middle of div using [...]

I want to create JS function that will allow me to controll to long file names in div with out using stadard [...] in the end using:

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

Example of what i dont want I want too long file names to look something like this: AASDASDASDASD...ASDASDFA.TXT

Upvotes: 0

Views: 42

Answers (0)

Related Questions