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
Tell your styles what to do 🙂
css
or use classnames for multiple sliders , like:
html
I should specify on the css:
You can specify more than one qualifier for selectors.. css like this:
hopefully that gives you a good idea of what’s going on…