请查看下面的代码段图片
我创建了一个包含position:fixed;
的div,并注意到position 15
左侧的空白区域,我第一次看到它。如何修复它。
如何将position
更改为0。
<div class="nav-color" style="position:fixed; z-index: 5; bottom: 0; padding: 10px; background-color: blue; " class="col-md-12">
<input type="text" class="form-control col-md-6" placeholder="Type Here" style="margin-right: 10px;" />
<span class="input-group-btn col-md-6">
<button class="btn btn-default " type="button" style=" margin-left: 10px;margin-right: 10px;">Add</button>
<button class="btn btn-warning " style="color: white;">Logout</button>
</span>
</div>
&#13;
答案 0 :(得分:0)
正如我注意到,仅仅通过使if ($_SERVER['REQUEST_METHOD'] == 'POST'){
echo json_encode($_POST);
}
整个元素坚持到底部,我添加了bottom:0;
并且它将位置更正为左。
根据差距的哪一方提供价值。
left:0;