帮帮忙!css+div里怎么消除from的宽度?

html-css011

帮帮忙!css+div里怎么消除from的宽度?,第1张

你定义的是div的宽度不是form的宽度,

<form action="" method="post" name="form1">

改成

<form action="" method="post" name="form1" class="left2">

#head{

width:100%

height:70px

background:url(../img/head.jpg) repeat-x bottom

border-bottom:0px solid #FFB6C1

}

这个部分的 width:100%修改成 width:你的网站宽度px

另添加一句:margin:0 auto