SyntaxFix
Write A Post
Hire A Developer
Questions
You guys are complicating things. You can simple do this from CSS.
#carousel li { background-position:0px 0px; } #carousel li:hover { background-position:100px 0px; }