IMAGE IMAGE IMAGE

This is a marquee within a table using a lightning gif. It works well with IE-windowsxp, but not sure about other browsers. Alignment can be left or right making a great animated border.

If you like it copy the code below.

THE CODE:
<table width=2 align="right"><tr><td align="center"> <marquee bgcolor="#778899" scrolldelay="100" scrollamount="2" direction="up" height="130"><IMG SRC=web/lightning2.gif alt="IMAGE" width="10" height="100"></marquee> <marquee bgcolor="#778899" scrolldelay="100" scrollamount="2" direction="up" height="130"><IMG SRC="web/lightning2.gif" alt="IMAGE" width="10" height="120"></marquee> <marquee bgcolor="#778899" scrolldelay="100" scrollamount="2" direction="up" height="130" width="15"><IMG SRC="web/lightning2.gif" alt="IMAGE" width="10" height="140"></marquee></td></tr></table>