`

HTML消息提示层

阅读更多
<!--消息提示层-->
	<div style='border:1px solid black;width:300;height:200'>
		<table width=300 height=200 cellpadding=0 cellspacing=0 border=0 >
			<tr style=';font-size:12px;background:#0099CC;height:20;cursor:default'>
				<td style='color:white;padding-left:5px'>消息提示</td>
				<td style='color:#ffffff;padding-right:5px;' align=right>
					<span id=Close onclick='parent.pophide()' style="margin:1px;color:black; border:2px outset;background-color:buttonface;width:16px;height:14px;font-size:12px;line-height:11px;cursor:hand;font-family:System;padding-right:2px;" title='关闭'>x</span>
				</td>
			</tr>
			<tr>
				<td colspan=2>
					<div id=include style='overflow:scroll;overflow-x:hidden;overflow-y:auto;HEIGHT:100%;padding-left:5px;padding-top:5px;font-size:13px;'>Hello<br/>China<br/>!!!</div>
				</td>
			</tr>
		</table>
	</div>


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics