Nik
06-17-2004, 05:42 AM
is there anyway to get a border around a marquee? and does anyone know how to make it slow down a lot when the mouse goes over it? Thanks!
|
View Full Version : bordered marquee and mouseover Nik 06-17-2004, 05:42 AM is there anyway to get a border around a marquee? and does anyone know how to make it slow down a lot when the mouse goes over it? Thanks! MaGiCSuN 06-17-2004, 11:28 AM border: <marquee style="border: 1px solid #000000;">blah</marquee> speed: <marquee onMouseover="this.scrollAmount=4" onMouseout="this.scrollAmount=15">TEXT</marquee> change numbers to the speed you like. Onmouseover is on hover, onmouseout is the normal marquee. Love, mirna |