In the previous lesson, I showed you how to do a simple image rollover. In the real world, however, it’s rare that you’ll ever have one rollover on a page. In this column, I’ll show you how to add ...
I wrote a small javascript function to show images in a popup window. The code is below.<BR><BR><pre class="ip-ubbcode-code-pre">function imgpop(imgLocation){ ...
Here’s an interesting proof-of-concept that could be useful or hazardous depending on the situation in which you encounter it. [jklmnn] drew inspiration from the work of [Ange Albertini] who has ...