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
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

TheCrow - June 30, 2008 - 08:08

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

#2

hopfrog - July 3, 2008 - 06:45

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

TheCrow - July 9, 2008 - 09:12

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

hopfrog - July 10, 2008 - 02:53

Thanks

 
 

Drupal is a registered trademark of Dries Buytaert.