问答详情
源自:3-15 企业网站制作之课程中心制作

为什么文字不在背景图中间呢?

.course_list
{
	height:37px;
	width:372px;
	background:url(../images/product_type_bg.jpg) no-repeat;
	margin:15px auto;
}

.course_list li
{
	list-style-type:none;
	float:left;
	line-height:37px;
	margin:0 15px;
	text-align:center;
	
}

http://img.mukewang.com/55be593700013ba604190248.jpg

提问者:嗟嗟嗟 2015-08-03 01:52

个回答

  • 红尘萧叹
    2015-08-03 08:46:13
    已采纳

    背景图大小跟你的div大小不一样,试着改div大小跟你的原图一致