时间:2021-07-01 10:21:17 帮助过:44人阅读
/* CSS Document */body{ position:absolute; left:318px; top:426px; width:582px; height:364px; background-image:url(../images/log.gif); background-position: center; background-repeat: no-repeat; background-attachment: fixed;}
login user:
怎么用dreamweaver拉它,控制它,或者代码该怎么改??
你为啥body里面写个absolute,应该div上写啊...你加浮动流也OK...不知道你背景图多大!
添加一个class属性:
方法一:.userName{position:absolute;left:300px;top:250px;}
方法二:.userName{float:left;margin-left:300px;margin-top:250px;}