Styling an Input Button using “Sliding Doors”

前端 未结 3 1585
忘掉有多难
忘掉有多难 2021-01-25 07:14

I have a webpage that is using third-party HTML that I cannot change. I can however edit the CSS style sheet. I have a \"sliding-doors\" style button that I want to swap for the

3条回答
  •  萌比男神i
    2021-01-25 07:29

    Your only other option would be to use javascript to dynamically insert the ...my button text... tags typically used for sliding doors buttons. However this is not recommended as it will not work with JS disabled.

提交回复
热议问题