[jQuery] Re: a grid rather than a row

2007-04-19 Thread Jan Sorgalla



pwnw31842 wrote:
> 
> i'm using example_dynamic_ajax.html as a basis on which to construct it,
> pulling image references from the txt file. 
> 
> But If i'm automatically pulling the images from flickr or a txt file how
> do i prevent it from putting each image in an LI?
> 
> it seems like theres an overflow:hidden somewhere maybe which is
> preventing the height attribute from being effective.
> 
You can put whatever you want inside a . It can be a single image or a
table of 16 images. Just customize the getItemHTML() function.

Jan
-- 
View this message in context: 
http://www.nabble.com/a-grid-rather-than-a-row-tf3599977.html#a10084948
Sent from the jCarousel mailing list archive at Nabble.com.



[jQuery] Re: a grid rather than a row

2007-04-18 Thread Jan Sorgalla




pwnw31842 wrote:
> 
> i want to be able to display a grid of photos rather than a single row.
> For example 16 photos in a 4x4 grid.
> 
> scrolling next or previous would then show the next/previous 16 (still in
> a grid)
> 
> no matter what i try i can't get the carousel to wrap the li items. I
> think its something to do with the styles getting inserted dynamically by
> the javascript, but i cant seem to alter them without breaking the whole
> workings.
> 
> any suggestions on how i could get this to work? 
> 

Just put the grid with 16 images into one  element.

Jan

-- 
View this message in context: 
http://www.nabble.com/a-grid-rather-than-a-row-tf3599977.html#a10066450
Sent from the jCarousel mailing list archive at Nabble.com.