Is it possible to change img src attribute using css?

后端 未结 9 1044
旧巷少年郎
旧巷少年郎 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:41

    You can't set the image src attribute via CSS. you can get is, as if you wanted to set use background or background-image.

提交回复
热议问题