©® wrote:
> Anyone know how this site has done the scrolling news-ticker (with
> hyperlink):
> http://www.virginrecords.co.uk/
this is how they do it.......
<marquee>
<a href="#">item 1<a> |
<a href="#">item 2<a> |
<a href="#">item 3<a> |
</marquee>
.... however, it is recommended that it is not done...
* lots of poeple do not like moving bits when viewing pages.
* lots of browsers dont support the marquee element. (I suppose it could be
done in js, but still...)
* It distract from other parts of your page.
* It means that the user must wait until the scroll fully circles until they
can finish reading what just scrolled by that was too fast. (and before you
say "it will be slow", how do you know what is slow enough for a
particularly slow reader.)
So, its easy to do, but its just not recommende