DOCTYPE html> <html> <head> <style> img { opacity: 0.5; } img:hover { opacity: 1.0; } </style> </head> <body> <h1>Image Transparency</h1> <p>The opacity ...
確定! 回上一頁