Okay, so here's the relevant markup:
And I would like it to look like this:
I can't figure out how to do this.. I'm almost ready to resort to tables. I got something decent, but it turns out it didn't work in IE. Is anyone able to help? You may add classes and perhaps some containers, buy try to keep the html simple. Copy the product1,2,3 a few times to see that several after each other will work too. It's supposed to be liquid -- completely adaptable after the #products container. Any ideas?
| Code: |
|
<div id="products"> <div id="product1"> <img src="http://tinyurl.com/p82ml" /> <h1>Super soaker</h1> <a href="#">(Toys)</a> <p>It soaks. x 10</p> <a href="#">button 1</a> <a href="#">button 2</a> <a href="#">button 3</a> </div> x 5 </div> |
And I would like it to look like this:
I can't figure out how to do this.. I'm almost ready to resort to tables. I got something decent, but it turns out it didn't work in IE. Is anyone able to help? You may add classes and perhaps some containers, buy try to keep the html simple. Copy the product1,2,3 a few times to see that several after each other will work too. It's supposed to be liquid -- completely adaptable after the #products container. Any ideas?
