I'm trying to create a picture loop for my website using html (like the one at the bottom of this screen that goes and then stops when u put the cursor on it) If anyone knows how to do that I would appreciate your help. thank you!
use
| CODE |
| <marquee> content that wants to be looped here </marquee> |
that's the basic HTML code :unsure:
I did that but the pictures kept going when I put the cursor over it. Thank you though :)
xD;; my bad ok here it is...
| CODE |
| <marquee scrollamount=3 onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=3"> looped content here </marquee> |
sorry about that ^^;;;
oh thank you so much Cetra, you are a big help :)