|
I would like for a marquee to loop once then stop mid screen.
This is the line I currently have but it scrolls all the way off of the screen. how can I get it to stop at the left margin?
<marquee bgcolor="#00000g" loop="1" ;="" scrollamount="20"
width="100%">blah blah blah</marquee>
Also the background is transparent and I just luckily did that by mistake is 00000g a legitimate color code for transparent?
Thanks
|