私は次の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 に割り当てるにはどうすればよいですか?