I need to torch or light source effect on an image/div on my webpage without the use of Flash.
This is something similar to the light path effect on the main banner on this site:
http://online.fullsail.edu/degrees/media-communications-bachelors?mnc=2602
Please advise.
You can do something like this using CSS:
http://jsfiddle.net/bFXzr/
EDIT: Posting code as requested in comment:
HTML
<div class="box"></div>CSS:
Hope that helps!