JQuery闪烁层
<!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=utf-8" /><title>JQuery闪烁层</title><script language="javascript" type="text/javascript" src="JQuery.js"></script><script type="text/javascript">jQuery(function($){window.setInterval(function(){$("div").toggle();},500);});</script><style type="text/css">div {border: 1px solid #000000;position: absolute;background-color: #C0C0C0;line-height: 120px;height: 120px;font-family: 宋体;font-size: 12px;text-align: center;width: 120px;top: 120px;left: 250px;display:none;}</style></head><body><div>JQuery闪烁</div></body></html>
页:
[1]