Tabs css not working
Tabs css not working
I've just started using jquery ui and I'm trying to use tabs.
The javascript seems fine but the stylesheets from the themebuilder
don't seem to work.
The code in my html page is :
<code>
<script src="jquery-1.2.6.min.js"></script>
<script type="text/javascript" src="jquery-ui-
personalized-1.5.min.js"></script>
<link rel="stylesheet" href="http://dev.jquery.com/view/trunk/themes/
flora/flora.all.css" type="text/css" media="screen" title="Flora
(Default)">
<link rel="alternate stylesheet" href="/test/themes/cupertino/jquery-
ui-themeroller.css" type="text/css" media="screen" title="Cupertina">
</code>
If I use the default flora theme it works fine. If I switch to the
cupertino one teh javascript work's but the images and layout of the
tab's are wrong.
The css above was created by simply choosing the cupertina theme in
the themebuilder.
Downloading the zip file and extracting it into the /test/themes/
cupertino directory.
All the images in the css seem to be in the images directory (that's
in teh same directory as the css) but they just don't seem to work.
Any help would be appreciated.
Cheers