我的背景图片有width:118px
,点击背景图片我想执行一些jquery,我不能使用<a>
标签。如何cursor:pointer
只制作background
以及如何只为背景提供类名?是否可以?如何?
<div id="post1_img"></div>
#post1_img
{
width:280px;
height:33px;
background:url(../images/assets/pullTab-readMore-off-.png) no-repeat top center;
clear:both;
}
编辑
单击阅读更多我想执行一些操作,是否可以不创建任何额外的 div
width of div:280px;
width of image:118px;