how to show delete button in top right corner of Image?

后端 未结 7 1612
予麋鹿
予麋鹿 2021-01-31 17:53

i would like to show delete button at top right corner to image? how could i achieve this?

my html is like this :-

main image :



        
相关标签:
7条回答
  • 2021-01-31 18:33

    You might try this:

    <div style="position:relative; width:'mainimagewidth'">
    main image<img src="" />
    <span style="position:absolute; top:0; right:0;">ximage<img src="" /></span>
    </div>
    
    0 讨论(0)
提交回复
热议问题