Tip: you can modify some code before running
Floating layer of css translucent effect<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="content-type" content="text/html; charset=gb2312" /><title>Floating layer of css translucent effect</title><style type="text/css"># Wrap {position: absolute; width: 600px; height: 380px; background: url (yun_qi_img/1_155704_1.jpg);} # box {width: 300px; height: 150px; filter: alpha (opacity = 60); opacity: 0.6; margin-top: 100px; margin-left: 50px; background: # fff; border: 1px #000 solid; padding: 20px; font-size: 14px; line-height: 170% ;}</style></head><body><div id="wrap"><div id="box">Www.111cn.net China web first stop<br/> <strong>Committed to the application and development of web standards in China</strong> </div></div></body></html>
Tip: you can modify some code before running