Vertical Marquee Banner
Mar 30
I was supposed to create randomize rotated ads banner with javascript. But it's not quite alright and not have enough performance to all browsers. That's why I considered to do this small function with old-fashioned coding which is marquee tag. Because we shouldn't stick in attemption for serveral times when we're solving and finding bugs. That's why I decided to do with marquee tag and save my time. It's quite easy and flexiable to all browser but it's awful that before page is completely loaded by browser if banners images are more than 10 images.
2<a href="advfile.cfm/adv/flexanew" target="_blank"><img src="misspeople_sponsors/platinum_1.jpg" /></a>
3<a href="advfile.cfm/adv/alpine" target="_blank"><img src="misspeople_sponsors/platinum_2.jpg" /></a>
4<a href="advfile.cfm/adv/silk-n-shine" target="_blank"><img src="misspeople_sponsors/platinum_3.jpg" /></a>
5<a href="advfile.cfm/adv/perfectil" target="_blank"><img src="misspeople_sponsors/platinum_4.jpg" /></a>
6<a href="advfile.cfm/adv/smooth-e" target="_blank"><img src="misspeople_sponsors/platinum_5.jpg" /></a>
7<a href="advfile.cfm/adv/lily" target="_blank"><img src="misspeople_sponsors/platinum_6.jpg" /></a>
8<a href="advfile.cfm/adv/ogawa" target="_blank"><img src="misspeople_sponsors/platinum_7.jpg" /></a>
9<a href="advfile.cfm/adv/dodokoko" target="_blank"><img src="misspeople_sponsors/platinum_8.jpg" /></a>
10<a href="advfile.cfm/adv/vista" target="_blank"><img src="misspeople_sponsors/platinum_9.jpg" /></a>
11<a href="advfile.cfm/adv/tri" target="_blank"><img src="misspeople_sponsors/platinum_10.jpg" /></a>
12</marquee>

Android


Top of Page