Working on some jQuery magic
$(".samenwerkingen li a").each(function(){ imageUrl=$(this).find("img").attr("src"); $(this).css('background-image', 'url(' + imageUrl + ')'); $('img',this).remove(); });
More by Ivo Ruijters | Around Seven View profile
Like