Check this out http://www.sunsean.com/idTabs/ - see the freedom example.
- S On 08/09/07, Michel Brouckaert <[EMAIL PROTECTED]> wrote: > > > > 2007/9/8, fambizzari <[EMAIL PROTECTED]>: > > > > > > Does anyone know of a vertical version of Klaus Hartl's tabs, similar > > in theory to, the micorosft home page (http://www.microsoft.com/en/us/ > > default.aspx) > > > > > hello, > > I actually think that it is not that hard to do if you use you're head > around it. > In principle the only thing the script does is put data above other > data...this can be done in css with Z-index. > The movements with the tabs are also quiet easy. you just put an > $a.hover... > and if you click it you want to lock that layer above the > rest$(a).click()... > > so think about it play with it...don't think it will be to hard though > > bye, > Michel >