Hello I have a div with the following CSS
{background: purple; max-width: 800px; min-width: 300px; height: 200px; float: left;}
Unfortunately it is being forced to min width (if I remove float it is fine).
Is this just what floats do, or have I made an error somewhere?
JSFiddle: