I want to create some HTML table/list/whatever with items like:
Some very long te... ▶
Some very long te... ▶
Some very long te... ▶
and when I click on some ▶
(2nd in the example) to get:
Some very long te... ▶
Some very long text is here
and here, and more and more
Some very long te... ▶
and to achieve it with CSS only, without Javascript. Is it possible? How to do it? Some example?
IMHO goals could be reduced, maybe to:
- expand cropped text
- change styles of the container (?)