Jquery UI: How to define different CSS styles for Tabs and Slider on the same page

Posted by Kelvin on Stack Overflow See other posts from Stack Overflow or by Kelvin
Published on 2010-06-07T21:07:59Z Indexed on 2010/06/07 21:22 UTC
Read the original article Hit count: 363

Filed under:
|
|
|

Hello all,

I have two elements on the same page that are using the same stylesheet: Jquery Tabs and Jquery Slider.

I cannot redefine classes of slider since change of css will affect both elements.

Tabs using these classes:

ui-tabs ui-widget ui-widget-content ui-corner-all

And these are used in Slider:

ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all

How can I modify slider css without modifying one for tabs?

Thanks

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about css