I have a marquee which I would like to be scrolling up the side of the whole web page:
My problem is at the moment it is just scrolling up about 1/4 of the page if I add the height withing the tag marquee it just
stalls it all together and displays everything that it should be scrolling.
This is my code for when it is scrolling:
<marquee scrollamount="4" direction="up" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=2" border="0">
and when I include the height and it stops srolling the code is:
<marquee height="5%" scrollamount="4" direction="up" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=2" border="0">
Could anybody help me outh with this one?
Thank you
Kind Regards