style的top属性设置不管用问题

设置了style的top属性,不管用,原代码如下:

<input type="text" id="suggestId" value="" style="width:350px;height:25px;top:30px;">

要加position:absolute,如下:

<input type="text" id="suggestId" value="" style="width:350px;height:25px;top:30px;position:absolute;">

posted @ 2015-11-09 09:20  i日出  阅读(1560)  评论(0编辑  收藏  举报