I wonder what jquery.ui.all.css does to Tabs
The moment I remove
<link rel="stylesheet" href="jquery/dev/themes/base/jquery.ui.all.css">
My tabs dont work..
My question is:
What do jquery.ui.all.css stylesheet actually do to tabs?
Can I create my own stylesheet for the tabs and if so how do I do it?
All the styles related to the tabs are in the jquery.ui.all.css style sheet..
The tabs are actually normal html elements like div and span which are encased in wrappers.
If you remove the stylesheets the actual element’s are displayed on the screen..
These wrappers are associated with class names which give styles to the tabs.
If you want to write up your own styles you need to override or style each wrapper in which these are encased in..
There is a easier way to style up the custom styles by using the
Themeroller