页面右下角弹出

参考文档http://www.cnblogs.com/cloudgamer/archive/2010/10/11/AlertBox.html

我参照的是这个文档,然后改造了这个右下角弹出效果

<dl id="idBox2" class="lightbox">
	<dt><b>温馨小提示:</b> <span class="close" id="idBoxClose2" onClick="hid_pop()">X</span></dt>
	<dd>
		
		<table border=1 bordercolor=#000000 bgcolor=#6699ff cellpadding=5 cellspacing=0> 
		<tr> <td> 
		<marquee scrollamount='2' scrolldelay='30' direction= 'UP' width='220' height='100' id='helpor_net' cdth='helpor_net.stop()' cdth='helpor_net.start()'> 
		 
		 <p align='left'>
		<font color='#ffffff'> 
		<br/><a href="#" onclick="openCard('1')">1、订约短信提醒</a>
		<br/><a href="#" onclick="openCard('2')">2、挂机功能也可以这样发信息</a>
		<br/><a href="#" onclick="openCard('3')">3、轻轻一点,精确传递,及时沟通你我他</a>
		
		
		</font>
		</p>
         </marquee></td></tr>
		</table>

	</dd>
</dl>

 

js和CSS效果可以到那个网址去下载。

接着还有一个页面中的效果美化的页面

网址http://bbs.hoopchina.com/simple/436304.html,这个网址也比较不多哦

你可能感兴趣的:(html,.net,css,UP,bbs)