发布网友 发布时间:2022-04-21 22:54
共5个回答
热心网友 时间:2023-07-04 09:42
将整个DIV定位方式设置成固定定位。 下面是测试代码(亲手编写哦,测试成功的~)
<html>
<head>
<title>DIV始终固定在左下角</title>
<style>
#wrap {
display:block;
bottom:0px;
left:0px;
position:fixed;
border:1px solid #fff;
text-align:center;
}
</style>
</head>
<body>
<div style="height:3986px;"></div>
<div id="wrap">
<img src="" />
</div>
</body>
</html>
热心网友 时间:2023-07-04 09:42
将整个DIV定位方式设置成固定定位。 下面是测试代码
<html>
<head>
<title>DIV始终固定在左下角</title>
<style>
#wrap
{
display:block;
bottom:0px;
left:0px;
position:fixed;
border:1px
solid
#fff;
text-align:center;
}
</style>
</head>
<body>
<div
style="height:3986px;"></div>
<div id="wrap">
<img
src="" />
</div>
</body>
热心网友 时间:2023-07-04 09:43
在图片 写style:margin
如:<a href="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-.gif" style="margin-top:10px; margin-left:10px">
使用 padding 也可以
热心网友 时间:2023-07-04 09:43
padding margin top bottom top left right 等display postion等
热心网友 时间:2023-07-04 09:44
用div