Categories
Software and Programming

javascript tabs

I spent some time last week making a “tabs” UI with javascript/CSS, what Yahoo’s developer site calls “Module Tabs“, because they don’t navigate to other pages but rather show/hide parts of the existing page. What I came up with is this (here’s the javascript file and here’s the CSS). Of course, I only did it because I didn’t find an existing hack I could easily adapt. Then, tonight I read a blog post that links to two different implementations. Bah.

1 reply on “javascript tabs”

Comments are closed.