Scroller Genie Support Product Page
This topic is locked
This topic was archived
Multiple scrollers?
Asked 25 Jun 2003 20:25:44
1
has this question
25 Jun 2003 20:25:44 TL W posted:
Is it possible and practical, in your opinion, to use scrollers in various cells of one large table? Possibly as many as 20 scrollers in one table? Replies
Replied 25 Jun 2003 20:35:15
25 Jun 2003 20:35:15 Marja Ribbers-de Vroed replied:
First of all, it is not a good idea to put scrollers into table cells, because Netscape 4x will not properly render layers in tables.
In theory it is possible to put as many as 20 scrollers on one page, but in my opinion it wouldn't be practical at all.
I think it would be very confusing to users having to scroll so many content pieces separately.
So as you can see, I don't think putting many scrollers on one page is the way to go.
Hope this helps.
--
Marja Ribbers-de Vroed
www.flevooware.nl
www.flevooware.nl/dreamweaver/
In theory it is possible to put as many as 20 scrollers on one page, but in my opinion it wouldn't be practical at all.
I think it would be very confusing to users having to scroll so many content pieces separately.
So as you can see, I don't think putting many scrollers on one page is the way to go.
Hope this helps.
--
Marja Ribbers-de Vroed
www.flevooware.nl
www.flevooware.nl/dreamweaver/
Replied 25 Jun 2003 20:41:19
25 Jun 2003 20:41:19 TL W replied:
Thanks for your speedy reply. In our case, it would be very useful - and much less confusing. However, the other helpful points you make override that fact.
Regards.
Regards.
Replied 27 Jun 2003 10:27:04
27 Jun 2003 10:27:04 Marja Ribbers-de Vroed replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Thanks for your speedy reply. In our case, it would be very useful - and much less confusing. However, the other helpful points you make override that fact.
Regards.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
If you really want to design your page that way, then you can simulate the scrollers being in the table cells:
<ul><li>Put shim images (transparent GIFs) in the table cells where you would want your scrollers to be displayed, and make those images exactly the same size as the scrollers will be.</li>
<li>You'll be using the shims as anchors for the scrollers, so give them all unique names for Scroller Genie to be able to tell them apart.</li>
<li>Create the scrollers and use the Scroller Genie 'anchoring' feature to attach them to the shims.</li>
<li>To avoid any scroller 'jumping' when the page loads, make the scrollers hidden initially and show them once the page has loaded using the standard Show/Hide Layers behavior (or my ToggleLayers behavior) on the onLoad event of the BODY tag.
Make sure these 'show scroller' actions are the last ones listed for the onLoad event of the BODY tag. </li></ul>
The scrollers will now even move with your table on window resize, just as if they were actually in the table.
Hope this helps.
--
Marja Ribbers-de Vroed
www.flevooware.nl
www.flevooware.nl/dreamweaver/
Edited by - MarjaR on 27 Jun 2003 10:27:27
Edited by - MarjaR on 27 Jun 2003 10:29:38
Thanks for your speedy reply. In our case, it would be very useful - and much less confusing. However, the other helpful points you make override that fact.
Regards.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
If you really want to design your page that way, then you can simulate the scrollers being in the table cells:
<ul><li>Put shim images (transparent GIFs) in the table cells where you would want your scrollers to be displayed, and make those images exactly the same size as the scrollers will be.</li>
<li>You'll be using the shims as anchors for the scrollers, so give them all unique names for Scroller Genie to be able to tell them apart.</li>
<li>Create the scrollers and use the Scroller Genie 'anchoring' feature to attach them to the shims.</li>
<li>To avoid any scroller 'jumping' when the page loads, make the scrollers hidden initially and show them once the page has loaded using the standard Show/Hide Layers behavior (or my ToggleLayers behavior) on the onLoad event of the BODY tag.
Make sure these 'show scroller' actions are the last ones listed for the onLoad event of the BODY tag. </li></ul>
The scrollers will now even move with your table on window resize, just as if they were actually in the table.
Hope this helps.
--
Marja Ribbers-de Vroed
www.flevooware.nl
www.flevooware.nl/dreamweaver/
Edited by - MarjaR on 27 Jun 2003 10:27:27
Edited by - MarjaR on 27 Jun 2003 10:29:38
