Computer Science Canada marquee help |
Author: | nin [ Fri Feb 02, 2007 10:50 am ] |
Post subject: | marquee help |
what is the code to create a marquee for pictures? |
Author: | rdrake [ Fri Feb 02, 2007 10:56 am ] |
Post subject: | RE:marquee help |
Right away I'm going to tell you that marquee is NOT a standard tag. Therefore when you do eventually move into non-quirks mode, it will not work. It will also generally not work for real browsers, particularly in standards mode. I believe it is text-only as well. That being said, JavaScript can be used for this. Google up something along the lines of thisfor a number of examples. The reason I say "can " is thanks to the fact that JavaScript is not implemented properly across each browser. Every browser has quirks you will learn to love. |