This is an interesting problem to me (not that I have much time to put
into it, ug :-) ... I did a little googling and found this, which may
give you some ideas (albeit using moo):
http://www.wscreative.co.uk/blog/posts/2008/04/08/text-resizing-with-javascript-and-a-scrollbar/(try the slider at the top of the page)
I was looking for a solid jquery slider control the other day and came
up short. Seems like a no-brainer to have a good one around. The one in
YUI looked best for what I wanted to use. Maybe someone knows of a good
jquery-based one?
For the print issue, I don't know. Is there something you're doing in
the media='print' file that can't be applied to the screen view? Maybe
you could make a .print class in the screen view and add that to the
objects you want altered for print (like .print { display:none } to hide
nav stuff)?
- Jack
Wes Duff