I have a tab container using <li>
as the tab definition (common practice).
The <li>
has a style associated with it in the style.css
file. This has a background color and a background image.
Now, each container below the tabs that contain <li>
in the content will have the style sheet definition (background image and color).
How do I override this in the content area using jQuery? I can't change the content because it's database driven and it's used elsewhere in the application.
Thanks!