It's the navigation that matters to me, so any implementation that makes the navigation bars visible keeps me happy :-)
Gustavo Sverzut Barbieri wrote:
In descent browsers you can just do:
<table> <thead> ... head code </thead> <tbody style="height: 300px; overflow: auto"> ... the guide itself ... </tbody> <tfoot> ... foot code ... </tfoot> </table>
This will scroll only the guide, keeping the headers at the right position. There is *NO* other way to align the block (time) boundaries, because table cells width may vary to fit its contents. This code will work in Mozilla. IE, Konqueror and others will remain as they are today.
BTW, this code is in my WIP (WIP/Barbieri) for some time together with other changes.
Gustavo
--- Richard van Paasen <[EMAIL PROTECTED]> escreveu:
And one more for the wish-list :-)
By using 3 frames (top, middle, bottom), the webpage's header and footer are visible all time. Only the epg would be scrollable then and the buttons at the bottom are available imediately:
+----------------------------+ | Freevo | frame 1 | tv guide | +----------------------------+ | ^| | ]| frame 2 | [| | EPG ]| | [| | ]| | [| | v| +----------------------------+ | Home TVguide ... | frame 3 +----------------------------+
Further, sometimes a horizontal scrollbar appears (Mozilla 1.4).
RvP
Eirik Meland wrote:
My rewrite of guide.rpy is ready for testing. It is located at:
http://folk.uio.no/eirikm/freevo/guide-2003-11-09.tar.gz
It has some hidden features enjoyable for those who have less than ca 10 channels (me)
Configure the variables at the top of guide.rpy to test them.
Yahoo! Mail - 6MB, anti-spam e antiv�rus gratuito. Crie sua conta agora: http://mail.yahoo.com.br
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel
------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
