I have a few controls (submit buttons), which would be nice to keep in the display area when users vertically scroll to the bottom of the page. Which Script Aculo function would I use to do this? Sam _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
That is more of a css issue then a javascript issue, you might want to look at information about absolute positioning Sam D On 8/16/06, Sam <sam.google-Uc2IQQBAS6sAvxtiuMwx3w@public.gmane.org> wrote:> > > > I have a few controls (submit buttons), which would be nice to keep in the > display area when users vertically scroll to the bottom of the page. > > Which Script Aculo function would I use to do this? > > Sam > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >
I was under the impression that fixed positioning had poor cross-browser support and JavaScript was needed to address the issue. I''ll Google around and do a few experiments. Sam> -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On > Behalf Of Samuel DeVore > Sent: Wednesday, August 16, 2006 12:32 PM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] Keeping controls in the display > > That is more of a css issue then a javascript issue, you might want to > look at information about absolute positioning > > Sam D > > On 8/16/06, Sam <sam.google-Uc2IQQBAS6sAvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > I have a few controls (submit buttons), which would be nice > to keep in the > > display area when users vertically scroll to the bottom of the page. > > > > Which Script Aculo function would I use to do this? > > > > Sam > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >
It''s possible, I almost never use it except for the ''loading'' information that we lock to the upper left ;) there is a prototype function in the position stuff absolutize that might do what you need On 8/16/06, Sam <sam.google-Uc2IQQBAS6sAvxtiuMwx3w@public.gmane.org> wrote:> I was under the impression that fixed positioning had poor cross-browser > support and JavaScript was needed to address the issue. > > I''ll Google around and do a few experiments. > > Sam > > > > > -----Original Message----- > > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On > > Behalf Of Samuel DeVore > > Sent: Wednesday, August 16, 2006 12:32 PM > > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > Subject: Re: [Rails-spinoffs] Keeping controls in the display > > > > That is more of a css issue then a javascript issue, you might want to > > look at information about absolute positioning > > > > Sam D > > > > On 8/16/06, Sam <sam.google-Uc2IQQBAS6sAvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > > > I have a few controls (submit buttons), which would be nice > > to keep in the > > > display area when users vertically scroll to the bottom of the page. > > > > > > Which Script Aculo function would I use to do this? > > > > > > Sam > > > > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >