Mon, 2012-02-06 21:52
I have three images across the top and I want the text to start below the row of images. This isn't working as I want. The text is actually starting to the right of the images and wrapping to the bottom. I've tried all kinds of edits with no luck. Any ideas?
Mon, 2012-02-06 22:44
#1
Have a look at my
Have a look at my inline-block gallery demo. There are fewer gotchas compared to floating your list items; yes that is a list, and should be marked as such.
If you want to keep your floats, you still need to rewrite as a list, and float the li elements. Make the ul {overflow: hidden;} (see enclosing float elements).
cheers,
gary