Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I'm quite a newbie at code and i have made changes to a clients site that is basically just html and css. He has asked for some reviews to be scrolling up and down on the side. How should i do this? Is this beyond HTML and CSS - what would it be?

Thanks,
L Klyne

The reviews are not being generated on the page. I have about 10 reviews which i want to be constantly scrolling.

Thanks,
Posted
Updated 18-Nov-15 0:39am
v2
Comments
Andy Lanng 18-Nov-15 6:35am    
Are the reviews being generated on the page currently?
If they are then you can do this with html and css. Otherwise, well let's cross that bridge when we come to it

Umm, you can go with the marquee with direction set it to up.
Something like-
HTML
<marquee direction="up">This text will scroll from bottom to up</marquee>

Write down your reviews with proper HTML formatting within this marquee tag and check the output.

-KR
 
Share this answer
 
The reviews are not being generated on the page. I have about 10 reviews which i want to be constantly scrolling.
 
Share this answer
 
Comments
Suvendu Shekhar Giri 18-Nov-15 6:53am    
put the description in the question by using "Improve Question" wizard or put it in the comment to the question if you need to reply any comment.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900