Is there an XHTML version or an alternative to the marquee tag?
i want to use this tag on my shop to scroll through some special offer products.
will it hurt if i use it? will my page still validate
Thanks
Marquee Tag - XHTML
Whether you're a seasoned veteran or a struggling beginner, Web Radiance is the web development and web design forum for you. You'll find answers to all your HTML, CSS, SEO, and Programming needs. Pull up a chair and stay awhile.
Page 1 of 1
Marquee Tag - XHTML
#1
Posted 08 March 2008 - 10:12 AM
#2
Posted 08 March 2008 - 11:15 AM
The first paragraph says it all: http://en.wikipedia....iki/Marquee_tag
Since scrolling text is a behavior and not a style, I would presume that any substitute will be JavaScript-based.
Since scrolling text is a behavior and not a style, I would presume that any substitute will be JavaScript-based.
#3
Posted 08 March 2008 - 11:52 AM
Thanks,
i found the following code, which should be valid. hopefully if it works it should scroll my products upwards at a reasonable speed and stop scrolling when i hover over a product.
my next question is, should i use the code above as it is, or should i store it in an external file and call it?
i found the following code, which should be valid. hopefully if it works it should scroll my products upwards at a reasonable speed and stop scrolling when i hover over a product.
"><MARQUEE behavior= "scroll" align= "center" direction= "up" height="160" scrollamount= "1" scrolldelay= "5" onmouseover='this.stop()' onmouseout='this.start()'>
my next question is, should i use the code above as it is, or should i store it in an external file and call it?
#4
Posted 08 March 2008 - 12:39 PM
Wiki solved it
Share this topic:
Page 1 of 1


Help
This topic is locked
MultiQuote









