clear: left;
And I'm no expert in CSS, so this may not be the real answer. It just seems the...
float: left;
are accumulating relative to each other and the clear before each new float keeps it relative to the container. How's that for a guess?
From: | Raymond |
To: | Rick Strahl |
clear: left;
And I'm no expert in CSS, so this may not be the real answer. It just seems the...
float: left;
are accumulating relative to each other and the clear before each new float keeps it relative to the container. How's that for a guess?
In my quest to build a more mobile friendly experience I suppose I've been stuck in WebKit browsers which all render the page fine. Will take a look later today and see what the issue is...
+++ Rick ---
I tried it in IE9 and Firefox and get the same jumbled up layout from both browsers.