Sunny
-
Need A Float Expert, Please
Are you looking for something like this http://codepen.io/anon/pen/Agjno
-
CSS float creating white space
I got a solution for this, so thought of putting it across, just in case if someone needs it later. I removed the float for third div and gave a margin-left to it. code sample below: http://codepen.io/anon/pen/gBJyk
-
CSS float creating white space
Anyway thanks Paulie, the help is much appreciated.
-
CSS float creating white space
Sorry, the heights are not fixed, but that was just used as a sample the problem is that the combined height of 1st and 2nd div is less than the 3rd div which is positioned absolute.
-
CSS float creating white space
Thanks Paulie , but my bad... I should have explained the whole scenario. Currently I am using position absolute to overcome this problem. However I have another major issue now with my right red div having so much content that its height exceeds b…
-
CSS float creating white space
I want the first 2 divs to be below one another and only the third one to float to right
-
CSS float creating white space
Sorry sample code [html] [body] [div style="float:left; width:60%; height:100px; background:red"][/div] [div style="float:left; width:60%; height:100px; background:green"][/div] [div style="float:right; width:30%; height:10…