I have four divs like these sizes, and they are in a main container with certain width. If I only set float left for each div, they will be showed like this:
##########################################################
# ## ## #
# ## ## #
# 5 ## 6 ## 7 #
# ## ## #
# ## ## #
##########################################################
############################
# #
# #
# #
# #
# 8 #
# #
# #
# #
# #
# #
############################
now i want them to be like following, without putting them in another container, how to make it works?
#########################################################
# ## #
# ## #
# 5 ## #
# ## #
# ## 8 #
############################## #
############################## #
# ## ## #
# ## ## #
# 6 ## 7 ## #
# ## ## #
# ## ## #
#########################################################