есть css код
.priceforimg{ display: inline-block;
position:relative;
background:url(/money.png) no-repeat center left;
padding-left:20px;
border-bottom: 1px dotted #e1e1e1;
cursor: default;
}
.priceforimg:hover::after
{
content:'30x30cm=55$ 40x60cm=80$ 50x70cm=100$ 60x80cm=110$ 90x120cm=180$ ';
color: rgb(0,0,0);
background: rgba(255,255,255,0.8);
font-size:13px;
font-family: "Comic Sans MS", cursive;
text-align:center;
z-index:1;
border:1px solid rgba(0,0,0,0.3);
-moz-border-radius-bottomright:20px;
-moz-border-radius-topleft:20px;
-moz-border-radius-topright:20px;
-webkit-border-bottom-right-radius:20px;
-webkit-border-top-right-radius:20px;
-webkit-border-top-left-radius:20px;
position: absolute;
bottom:0px;
padding-left:40px;
padding-right:40px;
padding-top:3px;
padding-bottom:3px;
margin-bottom:14px;
margin-left:8px;
}
как сделать что бы при наведении на картинку с title = 'fourImg'
значение
content:'30x30cm=55$ 40x60cm=80$ 50x70cm=100$ 60x80cm=110$ 90x120cm=180$
поменялось на значение
content:'30x30cm=55$ 40x60cm=80$ 50x70cm=100$ 60x80cm=110$ 90x120cm=
190$