css中如何将一张图片放于背景图片正中
2个回答
2017-06-03 · 互联网+时代高效组织信息化平台
关注
展开全部
最佳答案
<html>
<head>
<title>无标题文档</title>
<style>
div
{
wdith:470px;
height:80px;
background:url(http://eiv.baidu.com/mc_files/20090227/20090227182703_49861100T1T396485.gif) no-repeat 0 0;
padding:5px 0 5px 100px;
}
img
{
width:80px;
height:80px;
}
</style>
</head>
<body>
<div>
<img src="http://www.baidu.com/search/zhidao/img/p2.jpg"; alt="" />
</div>
</body>
</html>
你要的是下面这种效果吗?
<html>
<head>
<title>无标题文档</title>
<style>
div
{
wdith:470px;
height:80px;
background:url(http://eiv.baidu.com/mc_files/20090227/20090227182703_49861100T1T396485.gif) no-repeat 0 0;
padding:5px 0 5px 100px;
}
img
{
width:80px;
height:80px;
}
</style>
</head>
<body>
<div>
<img src="http://www.baidu.com/search/zhidao/img/p2.jpg"; alt="" />
</div>
</body>
</html>
你要的是下面这种效果吗?
展开全部
<html>
<head>
<title>无标题文档</title>
<style>
div
{
wdith:470px;
height:80px;
background:url() no-repeat 0 0;
padding:5px 0 5px 100px;
}
img
{
width:80px;
height:80px;
}
</style>
</head>
<body>
<div>
<img src="; alt="" />
</div>
</body>
</html>
你要的是下面这种效果吗?
<head>
<title>无标题文档</title>
<style>
div
{
wdith:470px;
height:80px;
background:url() no-repeat 0 0;
padding:5px 0 5px 100px;
}
img
{
width:80px;
height:80px;
}
</style>
</head>
<body>
<div>
<img src="; alt="" />
</div>
</body>
</html>
你要的是下面这种效果吗?
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |