Wrapping lists around floated images
Tags: css, float
Date: 28th April, 2010
Ensure the floated image is above the list in the HTML, then make the list:
display: inline;
Ensure the floated image is above the list in the HTML, then make the list:
display: inline;