I\'m trying to change img src (not the background img src) with css
#btnUp{ cursor:poi
No - CSS can only be used to change CSS background images, not HTML content.
In general UI elements (not content) should be rendered using CSS backgrounds anyway. Swapping classes can swap background images.