html怎么设置图片的位置
怎么把图片放在指定的位置呢?除了用align=left,center,right以外,放在精确的位置请大家把代码写的具体一些,并且有解释,谢谢...
怎么把图片放在指定的位置呢?除了用align=left,center,right以外,放在精确的位置
请大家把代码写的具体一些,并且有解释,谢谢 展开
请大家把代码写的具体一些,并且有解释,谢谢 展开
6个回答
展开全部
将整个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>
<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>
展开全部
将整个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>
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在图片 写style:margin
如:<a href="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-zhidao.gif" style="margin-top:10px; margin-left:10px">
使用 padding 也可以
如:<a href="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-zhidao.gif" style="margin-top:10px; margin-left:10px">
使用 padding 也可以
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
padding margin top bottom top left right 等display postion等
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用div
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |