DIV CSS 的图片定位怎么使用?
4个回答
展开全部
额。我搞错了,你说的图片定位,我以为是相对定位,绝对定位的问题。抱歉!
图片定位是这样的,我的理解。举个例子:
<div style="background-image:url(...jpg);background-repeat:no-repeat;background-position:center center"></div>
其中background-position属性是你可以调节的,第一个center是对于水平x轴来说的居中,第二个center是对于垂直y轴来说的居中,二个center值你可以自己调节它的上下左右。用px值来调节!
图片定位是这样的,我的理解。举个例子:
<div style="background-image:url(...jpg);background-repeat:no-repeat;background-position:center center"></div>
其中background-position属性是你可以调节的,第一个center是对于水平x轴来说的居中,第二个center是对于垂直y轴来说的居中,二个center值你可以自己调节它的上下左右。用px值来调节!
更多追问追答
追问
可以留下QQ远程教一下吗? 看的有点蒙
追答
你再参考下我回答的这个帖子。http://zhidao.baidu.com/question/549933589?&oldq=1关于background-poition定位问题,这个是需要动手实验的,才能发现道理。
展开全部
position:absolut ;绝对定位 position:relative ;相对定位
例如:
.banner{ width:1003px; position:relative; height:300px;}
.banner img{ position:absolute; left:0; top:270px;}
既banner里面的img是相对于banner来定位的。
例如:
.banner{ width:1003px; position:relative; height:300px;}
.banner img{ position:absolute; left:0; top:270px;}
既banner里面的img是相对于banner来定位的。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
背景图片定位:background-image:url(图片路径); background-position:left top
right bottom
center center
50% 50%
100px 100px
right bottom
center center
50% 50%
100px 100px
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
哥只知道相对定位和绝对定位
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询