im developing a website with photoshop & dreamwaver. in it some of the part requires scroll effect. normally we put <marquee>...</marquee> for right towards to left scroll...but i need text going down to over. what is the code for that. or i have to use any kind of script. i dont even know what it called. im new in designing. hope to learn more from u all. plz let me know. ...Ron
You will almost certainly need a script, OR Flash (using Actionscript). There are lots of Javascript scrolling galleries out there, simply google Javascript image scroll (or if not images, text scroll). There are more than I can count. As far as I know you cannot vertical scroll with CSS, and the marquee tag is deprecated (though many people still use it). There may be a way to use marquee to scroll vertically, but I think that's still limited to one line (so one doesn't see the words above or below the line).