p { background:lightblue; padding:15px; margin:15px; position: relative; } p:hover:after { position: absolute; content:attr(data-title); left:0; top:0; ...
確定! 回上一頁