Can you check your path to the CSS? IT looks like you have too many
periods and a leading slash (=root):
href="/...../css/tabs/ui.tabs.css" />

Should this be:
href="/css/tabs/ui.tabs.css" />

Or
href="../css/tabs/ui.tabs.css" />

Or some other path? Not sure of your structure.

Did you try downloading a fresh copy and starting there to make sure
all paths and includes are in line?

On Mar 3, 11:08 am, lucas <[email protected]> wrote:
> Hi people, i can´t make it work fine the UI tabs plugin. i downloaded
> the entery jquery UI, i added to my project, etc etc. The problem is
> that instead of getting the tabs, i get a list (it seems without css)
> and all the elements in one tab, but when i click the for example the
> second element on the list(second tab), it tookme to the elements that
> should be in the second tab...
> this is my code:
>
> <link rel="stylesheet" type="text/css" href="/...../css/tabs/
> ui.tabs.css" />
> <script type="text/javascript" src="/Octopus/js/jquery/
> jquery.ui1.6.js"></script>
> <script type="text/javascript">
> .
> .
> $(document).ready(function() {
> $('#tabs').tabs();});
> </script>
> <div id="tabs">
>       <ul>
>         <li><a href="#tabs-1">Test</a></li>
>         <li><a href="#tabs-2">Alarmas</a></li>
>       </ul>
>       <div id="tabs-1">
>        //cakephp code
>       </div>
>        //cakephp code
>       <div id="tabs-2">
>       </div>
> </div>
>
> i´m new in jquery, any ideas would be apreciatted!! thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to