Hi,

I've installed Slider on a test site, referenced 3 "slide" nodes and they are displayed in the slider - the problem is that the whole of the "slide" nodes are not shown, only the last of the 3 slides is shown fully when its tab is clicked. Probably easier if you see it in action at www.alvinlewis.co.uk

I'd appreciate any pointers.

Comments

Booranger’s picture

Hey dude,
I reckon you have moved on by now but I would say the problem was with the css. the default size of the slide box is 250.

so in the silder.css
.scroll {
clear: left;
height: 250px; /*change this*/
overflow-x: hidden;
overflow-y: auto;
position: relative;
width: 620px;
}

Boo

Booranger’s picture

Status: Active » Closed (works as designed)