Jan (or anyone else),
I'm trying to get the images into a grid, but I can't figure out how to do it. Could you please help out? How do you push 6 images into a single LI?
Maik
Jan Sorgalla wrote:
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 <li>. It can be a single image or a table of 16 images. Just customize the getItemHTML() function.
Jan