Am I changing the style correctly? I am trying to change overflow-x to scroll. It's not working.
css
div.anythingSlider .anythingControls .anythingNavWindow {
margin-top: 15px;
overflow-x:hidden;
float: left;
}
js
$("div.anythingSlider .anythingControls .anythingNavWindow").css({"overflow-x":"scroll"});