• Visual SlideShow

  • FAQ

Is the position of the slideshow with flash controller changeable

Q: I'm using your slideshow since a year and a half and I'm very satisfied. But there is a question open: is the position of the controller changeable? And how to do?

A: To change the position of controller open

Gallery->Properties->General: Position of controller,
select 'middle' or 'bottom' position from the drop
down list.

or you can find the following code in engine/css/slideshow.css
file:

.slideshow-controller {
        background: url(../images/controller.png) no-repeat;
        height: 42px;
        left: 0%;
        margin: -21px 0 0 -119px;
        overflow: hidden;
        position: absolute;
        bottom: 0%;
        width: 238px;
        z-index: 10000;
}



and set value you need for 'top' and 'bottom' parameters.

Related