[ 4 posts ]

chichi latté

  • Username: chichilatte
  • Joined: Tue Oct 05, 2010 5:41 am
  • Posts: 5
  • Offline
  • Profile

Carousel: is itpossible to change the spacing of thumbnails?

Post Posted: Tue Oct 05, 2010 5:50 am
+0-
Hi, anyone know if it's possible to change the thumbnails' horizontal-spacing in the YUI2 Carousel Control? Can't see anything about it in the API docs.

Here's a quick screengrab...
Image

chichi latté

  • Username: chichilatte
  • Joined: Tue Oct 05, 2010 5:41 am
  • Posts: 5
  • Offline
  • Profile

Re: Carousel: is itpossible to change the spacing of thumbna

Post Posted: Tue Oct 05, 2010 5:56 am
+0-
... and, using firebug, i see that the positioning of the thumbnails is done with css like this:

left: 90px; top: 0px;

No margins or padding used. So the positioning is done strictly in the carousel's javascript, and so the API is the only way you might be able to change the positioning.

Gopal Venkatesan

YUI Developer

  • Username: g13n
  • Joined: Mon Dec 08, 2008 11:09 pm
  • Posts: 48
  • Location: Cupertino, CA
  • Twitter: g13n
  • GitHub: g13n
  • Gists: g13n
  • YUI Developer
  • Offline
  • Profile
Tags:

Re: Carousel: is itpossible to change the spacing of thumbna

Post Posted: Wed Oct 06, 2010 6:55 am
+0-
Hi chichi latté,

The Carousel widget after release 2.7.0 uses absolute positioning to position the list elements. But that said, the position is calculated by taking border, padding and margin of the individual element. So if you apply a padding to ".yui-carousel-element li", it should work.

HTH

chichi latté

  • Username: chichilatte
  • Joined: Tue Oct 05, 2010 5:41 am
  • Posts: 5
  • Offline
  • Profile

Re: Carousel: is itpossible to change the spacing of thumbna

Post Posted: Fri Oct 08, 2010 9:22 am
+0-
That's fantastic Gopal, thank you v much! I was thrown by the programmatic layout based on the css, but it works perfectly :)
  [ 4 posts ]
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum