Hi
I can use jquery ui tabs and bend the css used for the tabs.
I m using this to display a background color for the body of the tabs
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0;
color:white; background-color: #111010;
backgorund-image: url(backgrounds/g4wd10.gif) 0 0;
opacity:1; font-size: 12px; }
The backgorund color is displayed but not the image
take a look at here ... the tabs css is in userTab.css
Anything that i m doing wrong or may be this can be done using some jquery thing..
thanks