clickykbd Aug 02, 2008 11:20AM Plurk CSS: experimenting with shorter timeline (auto plurk v-spacing), broke as hell in IE.
striatic asks Aug 02, 2008 11:56AM are you using position:fixed ?.. probably the best way to make the height stretch.
clickykbd Aug 02, 2008 12:39PM oh yeah, that's the browser window one, i always get that and absolute confused because when you are at <html> absolute is the same.
clickykbd Aug 02, 2008 12:39PM i put that project down for a bit anyway, decided to make mute buttons friendlier to a short timeline (hover doesn't expand the plurk).
clickykbd Aug 03, 2008 02:09AM they do, kinda. That's how I got the plurk rows happy finally. But the timestamp-line placement gets tricking using percentages.
striatic says Aug 03, 2008 05:21AM enter position: fixed. you should be able to create percentage height by using percentage top and bottom along with position fixed.