View Full Version : Xanga and Myspace Profile Pics...


xxx_flip_pryde_
08-29-2005, 12:33 AM
I was looking around xanga N myspace and i've notice Many ppls profile picture having a "Slide Show" Effect. I started looking for this code and cant seem to find it. Can anyone help me????

Thx,
Mike


Example: http://www.xanga.com/home.aspx?user=RIP_AALIYAH505

lefty
08-29-2005, 01:02 AM
It's not a code, they're using an animated .gif.

AngelKMC65
08-30-2005, 01:21 AM
There is a code... hold on let me find it...

without scrollbar:
<MARQUEE behavior=alternate>
<MARQUEE width=200><IMG src="url of image here"><IMG src="url of image here"><IMG src="url of image here"></MARQUEE></MARQUEE>

with scrollbar:
<DIV id=scroll2 style="OVERFLOW: auto; WIDTH: 360px; HEIGHT: 200px">
<MARQUEE behavior=alternate>
<MARQUEE width=200><IMG src="url of image here"><IMG src="url of image here"><IMG src="url of image here"></MARQUEE></MARQUEE>