C
Cartoper
I am a seasoned application programmer that is playing around in the
world of web development. I found this web site that has nice fluid
image galleries and I am wondering how they are doing it:
http://pahountis.zenfolio.com/p925877948
I know they are putting each thumbnail in div and letting them just
flow. When the page is resized, the number of div changes. What I
don't understand what exactly are they doing to determine how many
images/div to display.
With a desktop application, I can determine the rectangle of the
thumbnail area and determine the rectangle of if thumbnail widget
(image N name) and determine how many total images I can display.
Logically it seems to me that if you where to have one div to fill the
space between the header and footer, I can use that size as the
rectangle of the thumbnail area, but it does seem I can do that type
of thing with a div.
Any and all suggestions and help is appreciated!
Cartoper
world of web development. I found this web site that has nice fluid
image galleries and I am wondering how they are doing it:
http://pahountis.zenfolio.com/p925877948
I know they are putting each thumbnail in div and letting them just
flow. When the page is resized, the number of div changes. What I
don't understand what exactly are they doing to determine how many
images/div to display.
With a desktop application, I can determine the rectangle of the
thumbnail area and determine the rectangle of if thumbnail widget
(image N name) and determine how many total images I can display.
Logically it seems to me that if you where to have one div to fill the
space between the header and footer, I can use that size as the
rectangle of the thumbnail area, but it does seem I can do that type
of thing with a div.
Any and all suggestions and help is appreciated!
Cartoper