changing css style with jquery

Thouttyannoxy

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