Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS A simple float question Reply To: A simple float question

#146753
wolfcry911
Participant

There are a couple of things you could do.

One would be to not float Four or Five at all and remove their width. They would be full width, but the other floats would take up the left 75% and leave Four and Five to right of Two.

Another would be to give Four a top margin of -55px and Five a top margin of -35px. This would require that div Two and have a known and static height.