我有以下CSS
#custom-module .moduletable:nth-child(2) h3 {
background: url(../images/icon-news.jpg)no-repeat center left;
position: relative;
}
#custom-module .moduletable:nth-child(2) h3:after{
background: url(../images/icon-all-news.jpg) no-repeat right center;
content: url(www.google.com);
position: absolute;
width: 22px;
height: 9px;
top: 10px;
right: 0;
}
我怎样才能使h3:after background
可点击?
请注意我不能h3 tag
用a tag
如果不可能,我如何使用 jquery 分配这个 href?