Forums

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

Home Forums CSS positioning

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24171
    cybershot
    Participant

    I know that if you set absolute positioning on an element that you can set top: 0; left: 0; and get your element to the top left of the parent element. I tried doing top: 0; right: 0; to get the second column to go to the rop right, but that didn’t work for some reason. Anyone got any tips on this?

    #54039
    pab
    Member

    you need to set a position of relative to the parent element

    #53890
    pab
    Member

    do you have a live example we can take a look at?

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