So I want to make a website with the main part centered. I also want to make a screen-wide bar with the (newest) shop's products. The products will be positioned next to eachother and there will be as much as possible regarding the width.
So I could make a system that tells the server to load just as much product-images as would fit, but that would be rather complex. So I thought I'd just load an obviously too large amount (like, thirty) of images, and then let the screen borders cut the overplus of 'em.
Sorry for my possibly bad English in explaining this . Here's an image to illustrate what I want to achieve:
Note that the products shown on the left of the main part, should be aligned right, to the side of the main part, and for the products on the right of the main part, vice versa. (the products ON the main part will always be the same amount and these won't be a problem).
Does anyone has a good concept on this? Thanks in advance!