Forums

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

Home Forums CSS Div alignment problem!

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #25285
    apostrophe
    Participant

    The most obvious way is to make #container position: relative and then absolutely position everything inside it.
    If you insist on using floats then the only way I can see is to put block 5 inside a div with block 1 and float that left. At the moment it’s working exactly as it should, block 5 comes after block 4 in the markup so it is clearing block 4 and then floating left.

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.