August 02, 2008 at 11:56striaticasksare you using position:fixed ?.. probably the best way to make the height stretch.
August 02, 2008 at 12:36clickykbdi've never really dabbled with fixed... what's it supposed to do?
August 02, 2008 at 12:39clickykbdoh yeah, that's the browser window one, i always get that and absolute confused because when you are at <html> absolute is the same.
August 02, 2008 at 12:39clickykbdi put that project down for a bit anyway, decided to make mute buttons friendlier to a short timeline (hover doesn't expand the plurk).
August 03, 2008 at 01:19striaticsaystoo bad percentage based height won't work.
August 03, 2008 at 02:09clickykbdthey do, kinda. That's how I got the plurk rows happy finally. But the timestamp-line placement gets tricking using percentages.
August 03, 2008 at 02:10clickykbder sorry. % based TOP works fine. height is another matter.
August 03, 2008 at 02:10clickykbdand yes, the crux.
August 03, 2008 at 05:21striaticsaysenter position: fixed. you should be able to create percentage height by using percentage top and bottom along with position fixed.