+ 1
As <marquee> do the scroll side by side of the text, what is the appropriate tag to do the scroll up of the text ?
html, sroll up of text
11 Answers
+ 10
Mainankaye Evele, check out my link, there it's written about behavior attribute.
+ 11
Direction attribute sets the direction of the scrolling within the marquee:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/marquee
+ 8
Marquee has two attributes -
1. Behavior
2.Direction
direction attribute will help you to do this
+ 8
direction attribute has -
1- up
2- down
3- left
4- right
+ 8
Mainankaye Evele 'up' will help you
+ 7
behavior :
1. alternate
2. slide
3. scroll
+ 4
marquee has a "direction" attribute i guess?
+ 2
ok ok NezhnyjVampir, i see
+ 2
Prabhat Singh, thks i apreciate
0
thanks a lot your advises is very helpfull
0
direction : up vs down
behavior : ???
i mean what about the behavior ?