代码如下
body{
background-color:#016BA9;
margin:0;
padding:0;
font-size:14px;}
.content{
width:1226px;
height:474px;
margin:100px auto;
background-image:url(login.jpg);
clear:both;
}
.form{
width:100px;
margin-left:500px;
margin-bottom:100px;
}
<!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>登录</title><link href="html.css" rel="stylesheet" type="text/css" /></head><body><div class="content"><div class="form"><form>用户<input type="text" name="username" /><br />密码<input type="password" name="password"/></form></div></div></body></html>
2 回答
沙洲
TA贡献3条经验 获得超1个赞
DW的设计视图仅供参考,或者说基本不准。一切以各个主流浏览器显示效果为准。另外,你这个form整体外移,看看你的代码也没用position,这不可能实现登录框效果。
- 2 回答
- 0 关注
- 1382 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消