Hi - Displaying a lot of information in a table and I need the user to be able to see the headline at all time... Any advice? Is there anything similar to Freeze pane in excel? any help will be much appreciated. Gearoid -- Posted via ruby-forum.com. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
That would be CSS. position: fixed; Cheers, Zach Inglis → Blog -- zachinglis.com → Company -- lt3media.com → Portfolio -- portfolio.zachinglis.com On Jun 25, 2007, at 1:27 PM, Gearoid wrote:> > Hi - > > Displaying a lot of information in a table and I need the user to be > able to see the headline at all time... Any advice? Is there anything > similar to Freeze pane in excel? > > any help will be much appreciated. > > Gearoid > > -- > Posted via ruby-forum.com. > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
<table> <thead>...</thead> <tbody style="height:100px;overflow:scroll"> ... </tbody> </table> On 6/25/07, Zach Inglis // LT3media <lists-w8tEHcFK2X5Wk0Htik3J/w@public.gmane.org> wrote:> > That would be CSS. > position: fixed; > > Cheers, > Zach Inglis > → Blog -- zachinglis.com > → Company -- lt3media.com > → Portfolio -- portfolio.zachinglis.com > > On Jun 25, 2007, at 1:27 PM, Gearoid wrote: > > > > > Hi - > > > > Displaying a lot of information in a table and I need the user to be > > able to see the headline at all time... Any advice? Is there anything > > similar to Freeze pane in excel? > > > > any help will be much appreciated. > > > > Gearoid > > > > -- > > Posted via ruby-forum.com. > > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---