I've seen some sites that have horizontal scrolling to showcase their photography or design portfolio, and I wanted to try and do the same for mine I'm designing now.
On one of the sites that is most like what I had in mind, I checked the source code and he used a table for putting his work in. Is this the best way to go about this? At first I thought just setting each image to float left would work, but once it gets to the end of the page, it won't stretch and just breaks to the next line. I thought of putting it in a wrapper div, but I don't know if it's possible to set the width to be expanding since my portfolio will also be expanding with time. Ideally, I want something that's easily updateable (which is why I'm not going with Flash). Any thoughts as to how the best way to do go about creating a page like I have in mind?
On one of the sites that is most like what I had in mind, I checked the source code and he used a table for putting his work in. Is this the best way to go about this? At first I thought just setting each image to float left would work, but once it gets to the end of the page, it won't stretch and just breaks to the next line. I thought of putting it in a wrapper div, but I don't know if it's possible to set the width to be expanding since my portfolio will also be expanding with time. Ideally, I want something that's easily updateable (which is why I'm not going with Flash). Any thoughts as to how the best way to do go about creating a page like I have in mind?