Horizontal Scroll
hopfrog - June 16, 2008 - 09:39
| Project: | Last Node |
| Version: | 5.x-2.2 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Is possible to have a horizontal flow? I experienced to change some things without however to succeed us. Thanks
E' possibile avere uno scorrimento orizzontale? Ho provato a modificare alcune cose senza però riuscirci. Grazie

#1
What u mean? Explain me what u need modify about the code.
#2
I am secure that it is difficult to include my English. I try again. Now the title go from the high one to the low one while I would like the titles from right hand on the left.
Thanks
#3
if u mean about marquee block, try to change the attribute direction in this row:
<?php$output = <marquee id="last_node-block" direction="up" scrollamount="1" ...
?>
with:
<?php$output = <marquee id="last_node-block" direction="left" scrollamount="1" ...
?>
#4
Thanks