Quote (3oDAtlas @ May 7 2019 01:52am)
To anyone who does this, I'd like to see the result. I've never really used CSS but what I found from little research is its not possible, must be done with JS (Which he allows) but still curious of the result.
It seemed to me like some small amount of the HTML needs to be edited (Adding in ID's)
But yeah, might have another crack tomorrow!
you are trying to add dynamic behavior to static elements (HTML text added to the container div) through CSS, which it cannot do by itself. you need dynamic behavior, e.g. a javascript script that creates the html container divs based on overflow.
This post was edited by Touta on May 7 2019 09:22am