[UI Tabs] define content div?
Hi,
i have a question regarding Jquery UI Tabs:
i want to change the way in which the tabs load the content:
now you have to place the content div inside the tabs div, like this:
- div id="tabs">
- <ul>
- <li>tab1</li>
- <li>tab2</li>
- </ul>
- <div id="content">
- your content
- </div>
- </div>
is this possible somehow to change it into 2 separated divs, so i can place them where i want?
example:
- <div id="container">
- <div id="tabs">
- <ul>
- <li>tab1</li>
- <li>tab2</li>
- </ul>
- </div>
- <div id="content">
- your content
- </div>
- </div>
This is just a simple example, the thing is that i have more divs to style my site...
Hope you guys can help me..
Thanks in advance
Grtz