View Single Post
Old 03-30-2006, 08:25 AM   #3 (permalink)
JuggoPop
Member
 
JuggoPop's Avatar
 
Join Date: 10-09-03
Posts: 9,617
iTrader: 0 / 0%
Latest Blog:
None

JuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest order
he's using the marquee tag without mouseover functions... nothing more really.

Code:
<marquee onmouseover="if (this.stop) { this.stop() }" onmouseout="if (this.start) { this.start() }" height="110" scrollAmount="1" scrollDelay="60" direction="up"> <P> Your List Of Links Here </P> </marquee>
JuggoPop is offline   Reply With Quote