Forums

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

Home Forums CSS Positioning of element

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #44952
    Pat130
    Member

    When positioning an element absolutely, what determines the element relative to which you will be positioning?

    #135937
    TheDoc
    Member

    The first parent that has any type of `position` assigned to it. Could be `relative`, `absolute`, or `fixed`.

    #136011
    Pat130
    Member

    Ok, thank you very much TheDoc!

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