CSS里面怎么在字体下面添加 图片 图片是一条横线 5
CSS里面怎么在字体下面添加图片图片是一条横线#notice{clear:both;background:no-repeatleftbottom;float:right;...
CSS里面怎么在字体下面添加 图片 图片是一条横线
#notice {
clear:both;
background: no-repeat left bottom;
float:right;
margin-top:-405px;
}
#notice h3 {
background:url(../images/dot08.gif) no-repeat left 5px;
width:230px;
height:30px;
padding-left:10px;
}
#notice ul {
padding:0px 0px;
}
#notice ul li {
background:url(../images/dot10.gif) no-repeat left 5px;
padding-left:20px;
line-height:24px;
height:24px;
overflow:hidden;
}
#notice ul li a {color:#FF55AC;}
#notice .more {
padding:0 13px;
text-align:right;
padding-bottom:5px;
}
#notice .more a {color:#A7A7A7;}
请把详细步骤 告诉我 谢谢 展开
#notice {
clear:both;
background: no-repeat left bottom;
float:right;
margin-top:-405px;
}
#notice h3 {
background:url(../images/dot08.gif) no-repeat left 5px;
width:230px;
height:30px;
padding-left:10px;
}
#notice ul {
padding:0px 0px;
}
#notice ul li {
background:url(../images/dot10.gif) no-repeat left 5px;
padding-left:20px;
line-height:24px;
height:24px;
overflow:hidden;
}
#notice ul li a {color:#FF55AC;}
#notice .more {
padding:0 13px;
text-align:right;
padding-bottom:5px;
}
#notice .more a {color:#A7A7A7;}
请把详细步骤 告诉我 谢谢 展开
4个回答
博思aippt
2024-07-20 广告
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT...
点击进入详情页
本回答由博思aippt提供
展开全部
把你想要的图片放到你的<div></div>里面,<div></div>的样式加一个background:url(图片路径) bottom no-repeat(如果只是一小段的横线就用repeat-x);这样就OK了
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
大哥,你发的这个也太那啥了吧,你想用图片也得放在标签里呀,HTML一点都没发,只发了样式咋看?
文字放在哪个标签里,就把图片做背景放在哪个标签里,如果不只一行我劝你还是放弃吧。
如果图片是一条纯色线条,你可以用border-bottom
文字放在哪个标签里,就把图片做背景放在哪个标签里,如果不只一行我劝你还是放弃吧。
如果图片是一条纯色线条,你可以用border-bottom
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>A标签</title>
<style type="text/css">
*{ margin:0; padding:0;}
div{width:500px; height:100px; border:1px solid #CCC; margin:0 auto; background:url(imgs/tupian.jpg) bottom no-repeat; padding-bottom:10px;}
/*url中你图片的地址*/
</style>
</head>
<body>
<div></div>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>A标签</title>
<style type="text/css">
*{ margin:0; padding:0;}
div{width:500px; height:100px; border:1px solid #CCC; margin:0 auto; background:url(imgs/tupian.jpg) bottom no-repeat; padding-bottom:10px;}
/*url中你图片的地址*/
</style>
</head>
<body>
<div></div>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询