html怎么设置图片的位置

发布网友 发布时间: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

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
15.908655s