I''d like to have links on a page in the form of tabs. It doesn''t appear that there is a delivered helper that does this? Has anyone got something like this they can share or point me in the right direction?
If I understand what you''re asking, that''s usually done by CSSing an unordered list. I don''t know how to do that, but just google for CSS tabs, CSS unordered lists, something like that. On 8/10/05, Steve Downey <sldowney-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> wrote:> I''d like to have links on a page in the form of tabs. > > It doesn''t appear that there is a delivered helper that does this? Has > anyone got something like this they can share or point me in the right > direction? > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
On 8/10/05, Steve Downey <sldowney-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> wrote:> I''d like to have links on a page in the form of tabs. > > It doesn''t appear that there is a delivered helper that does this?Well, that''s really a CSS sort of thing, not an HTML sort of thing. And I don''t think there are any CSS helpers....> Has > anyone got something like this they can share or point me in the right > direction?Try looking through the various options at Listamatic: http://css.maxdesign.com.au/listamatic/ Lots of good, simple ways to style lists using CSS, including quite a few tab styles. -- Chris Boone http://hypsometry.com/ : website edification http://uvlist.org/ : free classifieds for the Upper Valley
Assuming that''s what he''s talking about, I found this to be a good tutorial: http://css.maxdesign.com.au/floatutorial/tutorial0613.htm Pat Maddox wrote:> If I understand what you''re asking, that''s usually done by CSSing an > unordered list. I don''t know how to do that, but just google for CSS > tabs, CSS unordered lists, something like that. > > > > On 8/10/05, Steve Downey <sldowney-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> wrote: > >>I''d like to have links on a page in the form of tabs. >> >>It doesn''t appear that there is a delivered helper that does this? Has >>anyone got something like this they can share or point me in the right >>direction?
On 8/10/05, Steve Downey <sldowney-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> wrote:> I''d like to have links on a page in the form of tabs. > > It doesn''t appear that there is a delivered helper that does this? Has > anyone got something like this they can share or point me in the right > direction?As an example (though I won''t promise it''s the _best_ one), take a look at the source for the 1.x series of eXPlainPMT (http://explainpmt.com). -- Regards, John Wilger ----------- Alice came to a fork in the road. "Which road do I take?" she asked. "Where do you want to go?" responded the Cheshire cat. "I don''t know," Alice answered. "Then," said the cat, "it doesn''t matter." - Lewis Carrol, Alice in Wonderland
On Aug 10, 2005, at 11:48 AM, Steve Downey wrote:> I''d like to have links on a page in the form of tabs. > It doesn''t appear that there is a delivered helper that does this? > Has anyone got something like this they can share or point me in > the right direction? > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >I have attached a tabbed nav bar generator that I found somewhere. I think this is what you are asking for. Sorry I don''t have any docs on it though. THT- -Ezra Zygmuntowicz Yakima Herald-Republic WebMaster 509-577-7732 ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
http://wiki.rubyonrails.com/rails/show/TabbedNavbarGenerator and http://wiki.rubyonrails.com/rails/show/UnderstandingGenerators It still needs some work, as it was my first generator. But it can at least get ya started :) On Aug 10, 2005, at 3:04 PM, Ezra Zygmuntowicz wrote:> On Aug 10, 2005, at 11:48 AM, Steve Downey wrote: > > >> I''d like to have links on a page in the form of tabs. >> It doesn''t appear that there is a delivered helper that does >> this? Has anyone got something like this they can share or point >> me in the right direction? >> _______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> >> > I have attached a tabbed nav bar generator that I found somewhere. > I think this is what you are asking for. Sorry I don''t have any > docs on it though. > > <tabbed_nav_generator.zip> > > > > THT- > -Ezra Zygmuntowicz > Yakima Herald-Republic > WebMaster > 509-577-7732 > ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >Duane Johnson (canadaduane)