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

Comments

TheCrow’s picture

What u mean? Explain me what u need modify about the code.

enzo de simone’s picture

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

TheCrow’s picture

if u mean about marquee block, try to change the attribute direction in this row:


$output = '<marquee id="last_node-block" direction="up" scrollamount="1" ...

with:


$output = '<marquee id="last_node-block" direction="left" scrollamount="1" ...

enzo de simone’s picture

Thanks