div+css中,怎样让一个div里面的背景图片垂直居中
4个回答
展开全部
给div加属性 div{background:url(图片) center center no-repeat;}
如果背景图在左面 div{background:url(图片) left center no-repeat;}
........
如果背景图在左面 div{background:url(图片) left center no-repeat;}
........
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<html>
<head>
<title>adfasdfasdf</title>
</head>
<style type="text/css">
.main{width:600px; height:800px; border:1px solid red; background:url(producezpic5.gif) no-repeat 0px auto;}
</style>
<body>
<div class="main"></div>
</body>
</html>
最主要的是这个background:url(producezpic5.gif) no-repeat 0px auto;
<head>
<title>adfasdfasdf</title>
</head>
<style type="text/css">
.main{width:600px; height:800px; border:1px solid red; background:url(producezpic5.gif) no-repeat 0px auto;}
</style>
<body>
<div class="main"></div>
</body>
</html>
最主要的是这个background:url(producezpic5.gif) no-repeat 0px auto;
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
background-position:center center
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
直接用padding定义它的上下左右距离不就可以了吗?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询