Im getting crazy about this issue, and I can not see solutions and reason for this behavior.I have three div with some image and audio within It. CSS for those div:\[code\]margin: 1%; float: left; width: 31%; min-width: 300px;\[/code\]This CSS makes 1 row and 3 columns, when width of these div is 300px, one must goes down making 2 rows and 2 columns. Here is my trouble, the one which has go down goes to the second column: look this image:
How can this be possible??? Im looking for some kind of mistake in css but I found nothing.container CSS of that div is:\[code\]width: 84%;text-align: center;margin-left: 9%;overflow: hidden;\[/code\]Some clue? Other way of looking this may be How can align "float: left" divs to the right?Any help would be apreciatte...