I need css tabs which works vertically. can anyone tell me from where Can i get it or if you have then send me.
Vertical CSS Menu http://www.dynamicdrive.com/style/csslibrary/category/C2/ http://www.exploding-boy.com/2005/12/29/14-free-vertical-css-menus/ Horizontal CSS Menu http://www.smashingmagazine.com/2007/03/14/css-based-navigation-menus-modern-solutions/
Hi ghyper.com, Try google "vertical tab panel". And have a look below: http://www.downloadjavascripts.com/Vertical_Tabs.aspx Hendra.
Thanks. they are great.. I was searching CSS.. but these uses jquery.. but I cant use these to. Its similar to that I was searching for..
Hmm this is interesting, though is hard to achieve by using pure CSS. But I guess that depends on where the body content for each tab-headers is coming from. I presume yours is from a regular/ hard coded HTML list, structured to something like below? <ul> <li> <h1>tab_header_1</h1> <div>tab_body_content_1</div> </li> <li> <h1>tab_header_2</h1> <div>tab_body_content_2</div> </li> ... </ul> Code (markup): Well if you have to start from scratch, just paste your HTML here. Surely me or some guys from DP would be interested to help.