# Friday, March 23, 2007
« UX: Pretty bars are easy, just add grad... | Main | UX: Pretty bars are easy, just add gradi... »

My Pure CSS Tabs with ASP.NET 2.0 Master Pages post also apeared over on CSharpZealot.com where I just added a note about an alternate solution.  Copied here for completeness :)

There was an alternate solution using the CSS Friendly Control Adaptor toolkit for ASPNet 2.0 which renders the standard menu control as UL\LI tags rather than as tables

I chose to not go that route because I don't need the tabs to link to a sitemap datasource or anything cool like that - UL\LI in a master page was plenty good enough for me, however if you did want/need to link the same code to a sitemap then the CSS Friendly adaptors would be well worth looking into.

Listening to:  Wave of Mutilation: The Best of Pixies

Tuesday, April 24, 2007 2:36:42 PM (AUS Eastern Standard Time, UTC+10:00)
Hi James,

In the world of CSS geekdom, it is always frowned upon to use a table for menus / navigation links.

Whether it be vertical or horizontal - their position is that a menu IS a list and therefore should ALWAYS be a UL/LI combination.

(Not that I adhere to everything I read / get told ;) )

Wednesday, April 25, 2007 8:31:09 PM (AUS Eastern Standard Time, UTC+10:00)
Hey Gavin! Thanks for stopping by ;-)

I agree - in this day and age tables should only be used for, um I dunno - Tabula data!
Comments are closed.