You can try to add you text with transparency and remove opacity on hover. .my-button-text { opacity: 0; } .my-button-text:hover { opacity: ...
確定! 回上一頁