View Full Version : Marquees and image positioning.


ffej
07-27-2005, 06:11 AM
Can I position my images within the Marque so that the tops are all on the same horizontal plane as opposed to the bottom.

Also, how can I make my Marquee stop when I mouseover.

Thanks.

Sheila
07-27-2005, 11:24 AM
They have ones that pause here: http://dynamicdrive.com/dynamicindex2/index.html

I don't know how to do your other question. Sorry.

iTom
07-27-2005, 11:30 AM
Also the answer, without to much script to stop when you rollover:
<marquee width="100%" onmouseover="this.stop()" onmouseout="this.start()">Your Text/Banner/Pictures go here</marquee>
Try rewording the other question.