doublek
04-09-2005, 05:19 PM
Hello I need a little help with some kind of image script.What Im trying to do is make a image enter on the right bottom side slide across the bottom of the screen then exit out on the left ..I searched hours on the net with nothing any help would be awesome .. :rolleyes: Thanks for your help... Doublek
mookoo
04-09-2005, 07:34 PM
Put this between your body tags:
<marquee behavior="scroll" direction="left" scrollamount="13" style="position: absolute; bottom: 20px; width: 100%; height: 20px; left: 0px; right: 0px;">Your Picture URL</marquee>
Change "Your Picture URL" to.. the url of your image and the sizes in "bottom" and "height" to the height of your image.
doublek
04-12-2005, 12:44 AM
Just what I was looking for !!!!!!!!!!he ha.. That script keeps going and going would it be possible to make it run once or twice then stop .. Thank again
Doublek
mookoo
04-19-2005, 07:36 AM
I think if you change the behaviour to "slide" it will just slide across once and then stop. I think it might only work in ie though...
doublek
04-19-2005, 05:04 PM
I think if you change the behaviour to "slide" it will just slide across once and then stop. I think it might only work in ie though...
It's to bad because that's exactly what I was looking for ..Doublek :idea:
iGeek
04-19-2005, 10:04 PM
I think ittle work cross-browser, that standard HTML 4.0 right?