A new web newsreader
Vladimir Panteleev
vladimir at thecybershadow.net
Thu Dec 8 06:39:25 PST 2011
On Thursday, 8 December 2011 at 14:35:46 UTC, Jacob Carlborg
wrote:
> On 2011-12-08 15:06, Vladimir Panteleev wrote:
>> On Thursday, 8 December 2011 at 13:51:21 UTC, Robert Clipsham
>> wrote:
>>> * In the horizontal-split view if you scroll down too far in
>>> the
>>> thread you can't see the current thread title, it would be
>>> good to
>>> make that sticky until you reach the next thread so you can
>>> see where
>>> you're up to
>>
>> This isn't possible with just CSS. A JavaScript implementation
>> might be
>> possible. I'll think about it.
>
> It might be possible using the right combination of layers and
> absolute position.
You still need to change from normal to fixed positioning when
the title is scrolled offscreen, and vice-versa.
Here's one example (scroll down): http://lesscss.org/
More information about the Digitalmars-d
mailing list