所需要的圖片:
<html><head><title>aa</title> <style type="text/css"> div{ width:0px; background:url(/upload/20077101039968.gif) } table{ letter-spacing:10px; font-size:60px; font-weight:900; filter:mask(color=#ffffff) } </style> </head><body><div><table border="0" cellpadding="0" cellspacing="0"> <tr><td id="aa">我是中国人</td></tr></table></div> </body></html> <form> 请输入:<input type="text" name="ab"> <input type="button" value="变成闪字" onclick="ss(ab.value)"> </form> <script language="javascript"> function ss(a){ aa.innerText=a } </script> phpstudy.net
以上就是用css動態產生閃字的程式碼_經驗交流的內容,更多相關內容請關注php中文網(www.php.cn)!