Okay now, I've got kind of a big one.I'm working off a base wireframe (attached) and I'm having trouble implementing this layout. Basically, we've got a container div that has several more divs inside of it. Each of the interior divs are the components of the product and all have the exact same structured content flow - an image, title of the product, and links to the documentation. In the wireframe there are 7 component divs displayed (one is kinda hidden under my MSPAINT).Desired achievements
- The title and links must float next to the image icon, regardless of font size/line-height of the text of either.
- The title MUST stay on one line. It is not allowed to wrap.
- The interior divs must line up next to each other until they don't fit anymore, then wrap to the next line.
- I can dynamically load content into the container div, but that div needs to be able to handle differing numbers of components. When users select product type and version, the number of components can and will change.
- Some component titles will be short (7-ish chars) some will be long (27-ish chars).
- All icons will be roughly 50x50 px.
- There will be, at most, 8-9 component divs for some selected products.
- There will be, at fewest, 3 component divs for some selected products.
- Fine, we can fix the width and height of the component divs, see if I care.
- Multiple divs. Whatever. The component divs don't need to have more nested divs. I'm an idiot and that was foolishness (I'm sure the answer is a component div with only an image and 2 paragraph elements, with the image floating left).