Want to have a code to add a affiliates or topsite box to your site that allows images to fade and light up upon mouse over?
Here is the code to make it happen.
Code:
<a href=http://www.YOURSITE.com target="_blank" ><img class="imgfade" onmouseover="this.className='imgfull'" onmouseout="this.className='imgfade'" src=http://www.YOURSITE.com/misc/image.gif alt="YOURSITE" border="0" /></a>
If you want to have the image scroll left to right add <marquee> to the front of the code and </marquee> to the end of the code
I will update this post with tables in a bit also.