table+css与xhtmL+css实现同一登陆框(代码片段)

table+css与xhtmL+css实现同一登陆框(代码片段),第1张

概述table+css与xhtmL+css实现同一登陆框(代码片段

下面是内存溢出 jb51.cc 通过网络收集整理的代码片段。

内存溢出小编现在分享给大家,也给大家做个参考。

<!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>form表单—xhtml_CSS表示</Title><style type="text/CSS">	body,h2,h3,p,img,dl,dd,ul,ol,li{margin:0;padding:0;border:none;Font-size:12px;color:#666}	body{margin:0 auto;Font-family: verdana,tahoma,sans-serif;}	ul,li{ List-style:none}	a{text-decoration:none; color:#666}	a:hover{ color:#F60; }		.login { wIDth:180px; padding:15px 10px;}	.login fIEldset{ border:0; margin:0px; padding:0px;}	.login legend{ display:none}	.login_Title,.login_item,.login_footer{ margin-top:8px;}	.login_Title p,.login_item .input_user,.login_item .input_pwd,.login_footer .login_btn{ margin-top:6px;}			.login_Title h3{ height:20px; padding-top:5px; Font-size:10px;Font-weight:bold; background-color:#F4F4F4}	.login_Title img{ wIDth:16px; height:16px; } 	.login_Title p{ Font-size:12px;color:#666666}		.login_item label{ display:block;}	.login_item input{background:#FFFFFF;border:1px solID #CCCCCC;color:#000000;Font-size:0.95em;}	.login_item .input_user{background-image:url(images/username.gif);background-position:1px 1px;background-repeat:no-repeat;padding-left:20px;height:20px;Font-SIZE:12px;}	.login_item .input_pwd{background-image:url(images/password.gif);background-position:1px 1px;background-repeat:no-repeat;padding-left:20px;height:20px;Font-SIZE:12px;}		.login_footer p{Font-size:10px;color:#F60}	.login_footer .login_btn{wIDth:85px;}</style></head><body><div >		<form ID="" name="" action="" method="post">		<fIEldset>			<legend>登陆</legend>			<div >				<h3><b>+用户登录</b></h3>				<P><img src="images/warning.gif" align="absmIDdle">请输入登陆的用户和密码</P>			</div>			<div >				<label for="form_user">用户名:</label>				<input type="text"  name="form_user" ID="form_user" value="" tabindex="1" />			</div>			<div >				<label for="form_pwd">密&nbsp;&nbsp;码:</label>				<input type="text"  name="form_pwd" ID="form_pwd" value="" tabindex="2" />			</div>			<div >				<p>忘记密码?</p>				<input type="submit"   value="登&nbsp;&nbsp;录" tabindex="3" />			</div>		</fIEldset>		</form></div></body></HTML>

以上是内存溢出(jb51.cc)为你收集整理的全部代码内容,希望文章能够帮你解决所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

总结

以上是内存溢出为你收集整理的table+css与xhtmL+css实现同一登陆框(代码片段)全部内容,希望文章能够帮你解决table+css与xhtmL+css实现同一登陆框(代码片段)所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1090663.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-27
下一篇 2022-05-27

发表评论

登录后才能评论

评论列表(0条)

保存