css图片不显示

图片不显示,在firebug下提示载入图片失败,需要加入完整路径

.search .searchbtn {
	background:url('${pageContext.request.contextPath}/common/images/btn_002.png') no-repeat;
	width:98px;
	height:35px;
	margin:0 0 15px 0;
	border:0;
}

你可能感兴趣的:(css)