[pmwiki-users] scrolling page

Guillermo Calderon - INCO calderon at fing.edu.uy
Thu Jun 28 13:40:58 CDT 2007


jdd wrote:
> Hello,
> Do you know any mean (other than flash) to have a scrolling wiki page?
> 
> I would like to have scrolling photos in the right sidebar of the 
> triad skin... (from bottom to top or vice versa, like a film)
> 

Write this line in the file pub/local.css:

#rigthbar {
    height:  400px;     /* or something approppriate %
    overflow: scroll;
}

If the file doesn exist, create it.




More information about the pmwiki-users mailing list