Luzee12
02-28-2004, 02:22 PM
I got mine straight off Lissa's site; this is it:
<marquee behavior=scroll direction="left" scrollamount="5">Last Updated: 28 February 2004</marquee>
And I was wondering if it was possible to do 2 things to it on mouseover; pause the marquee and change the text's color from grey to purple. I couldn't find anything on the site about mouseovers for scrolling marquees . . . Thanks for any advice you can give.
~ Luzee12
bourdelson
02-28-2004, 02:59 PM
I'm not sure how you would change the text color, but for the stop onmouseover..
<marquee behavior=scroll direction="left" scrollamount="5" onMouseover="stop()" onMouseout="start()">Last Updated: 28 February 2004</marquee>
Luzee12
02-29-2004, 07:27 PM
Thanks; the thing does stop now. But I'm still wondering if I can change the colors . . . kind of like the image thing that somebody posted in here yesterday. There was a site with a scrolling marquee of images that were faded out, and then on mouseover they reverted to full opacity. I can't find the post again, but I'll keep looking; does anybody know what I'm talking about?
bourdelson
02-29-2004, 08:26 PM
Glad that you got the onmouseover/onmouseout thing to work for you. Good luck finding the answer to your other questions. :)
MaGiCSuN
02-29-2004, 09:08 PM
http://www.dynamicdrive.com/dynamicindex4/highlightgrad.htm
then you add step two inside the <img> tag from the images in the marquee
Love,
Mirna
Luzee12
02-29-2004, 09:16 PM
Thanks, Mirna. It doesn't work on text, though. But that's okay; my original idea has changed a little since I started, and I don't need the marquee to do that anymore; just pausing is enough. I still really like the fading idea though, and I've bookmarked that page for future use.
Thanks a lot, everybody.
~ Luzee12
MaGiCSuN
02-29-2004, 09:38 PM
i thought you wanted it on images ... lol sorry
if you want it to the whole marquee try adding step two to the marquee tag. Not sure if it will work though but you'll see
hope everything will work out :)
Love,
Mirna