define image source in css [ 1096 views ]
Goal: change the image content by css definition
like this:
img {
content:url(../images/.../img.png);
}
img:hover {
content:url(../images/.../img_hover.png);
}
Goal: change the image content by css definition
like this:
img {
content:url(../images/.../img.png);
}
img:hover {
content:url(../images/.../img_hover.png);
}