Hi, i'm using Tabs Plugin in a vertical CSS style (left column). i have: <div id="body-1" class="body-1">
<ul id="done" class="menu"> <li><a href="#us">us</a></li> <li><a href="#news">News</a></li> </ul> <div id="us"><? include('us.php');?></div> <div id="news"><h2 class="news">News...</h2><br /><br /><? include('news/index.php');?></div> </div> So what i need is that when a tab is selected that LINK/TAB sets his position to top and the other under it. maybe wrapping the LI on a DIV... any help? thanks, sorry my english.