Forum Moderators: not2easy
On the other hand, if i place to little products, then visitors with a large browser/resolution will see to little products and lots of whitespace.
I saw a solution for this problem on Amazon.com. If i would increase the browser width, then the number of shown products would auto-increase to fit the browser size, and vice versa. Checking their CSS didnt help me, cause its quite advanced.
Ive tried looking up tutorials and dreamweaver extensions, but without result. Does anyone know how to make this happen?
thanks
You could stick an average amount of products in each category so that it looks good in large resolutions, and then set the overflow to hidden or scroll for the smaller browsers. Combine this with with a layout that expands/contracts based upon the resolution and you should be set. Well - if I understand the problem properly that is.
I'm not sure about this, but assuming the list is horizontal , if your products are floated (a likely situation unless they are JUST images), then if there's not enough space to fit them all in the width given (percentage based), then the extra ones will wrap to the next line, resulting in them not being cut off, but still not being displayed due to overflow:hidden. This obviously requires a set height for the container.