How do i make the image darken, then overlay a png image like here?
here’s my current code:
<!DOCTYPE html>
<html>
<head>
<title>JQuery Effect</title>
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js?ver=3.2'></script>
</head>
<body>
<img src="http://i25.lulzimg.com/7cd053.jpg"/>
</body>
</html>
I’ve taken the code straight out of the site for you to see how it’s done. The + image doesn’t show up as the path to the img file is unknown to me.
See here.