public marks

PUBLIC MARKS from decembre with tags css & stackoverflow

2017

2016

2014

CSS - OVERFLOW - elippsis - html - With CSS, use "..." for overflowed block of multi-lines - Stack Overflow

The link below provides a pure HTML / CSS solution to this problem. However, it's quite involved and most likely won't work in non-modern browsers:

CSS - css3 EXPERIMENTAL - - CSS Position Sticky (with about:config ) - Stack Overflow

(via)
https://github.com/filamentgroup/fixed-sticky ====== CSS position:sticky is really in its infancy in terms of browser support. In stock browsers, it is currently only available in iOS 6. In Chrome you can enable it by navigating to chrome://flags and enabling experimental “WebKit features” or “Web Platform features” (Canary). In Firefox you you can go to about:config and set layout.css.sticky.enabled to "true".