8 ms·
Very true. I got a rough POC of this, implemented using the technique in this answer: http://stackoverflow.com/a/22816419/11208 http://stackoverflow.com/a/22816
by assaflavie 12y ago
Very true. I got a rough POC of this, implemented using the technique in this answer: http://stackoverflow.com/a/22816419/11208 http://stackoverflow.com/a/22816419/11208
(just with divs instead of images)
It's very brittle though. It relies on knowing the line-height, calculating the line in which the highlighted word sits, accounting for the existence of vertical scroll-bars... not trivial.
- 3rd3 12y agoAh, that was surprisingly easy: http://jsfiddle.net/5p92U/ http://jsfiddle.net/5p92U/ Or am I missing something? Edit: Yes, I do. It does not work together with images on the right side: http://jsfiddle.net/Nup2F/ http://jsfiddle.net/Nup2F/