.button:hover 區塊A{ display:block; /*將區塊顯示*/ } ... .button{ width:100px; text-align: center; color:#fff; font-size:3em; } .button:hover .hover{ ...
確定! 回上一頁