May i know how to put marguee with picture inside?
below is an URL with margue without picture.
www.my-advertisement.com
![]()
May i know how to put marguee with picture inside?
below is an URL with margue without picture.
www.my-advertisement.com
![]()
The following code will do the image marquee
Code:<marquee direction="right"><img src="image.jpg" alt="none" border="0" /></marquee>
how to stop the marguee when mouse over?
Thanks in advance...
anyone know how to stop the marguee when mouse over
Thanks
There are quite a few scripts on DD that are ready made for this. Take a look.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Or in HTML (may be invalid, but still works) use something like this:
Notice the parts in red. Personally though, I would suggest the same as what djr33 posted above (the javascript marquee thing on DD).Code:<marquee onmouseover="this.stop()" onmouseout="this.start()">This is a test</marquee>
Hope this helps.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
yes, thanks for your help.
may i know that can i put sound in marquee?
use Flash
Yes i know Flash can do it, but Flash can slow down the performance of page loading.
Any idea how to load the sound without lower down the page loading performance?
Flash is actually pretty efficient when it comes to sound and images due to its generally superior compression algorithms. However, with any sound or image, it is the byte size of the content not the delivery system.
You could have the most efficient compression but if your byte load is still high, it will take some time to download. Conversely, you could use the least efficient method but, if the byte size is small, it will still download pretty fast.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks