Is it possible to change img src attribute using css?

后端 未结 9 825
旧巷少年郎
旧巷少年郎 2021-01-07 23:20

I\'m trying to change img src (not the background img src) with css

\"btnUp\"/  

#btnUp{
    cursor:poi         


        
9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-07 23:38

    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.

提交回复
热议问题