Position an element relatively to another element

Avatar of Chris Coyier
Chris Coyier on

UGURUS offers elite coaching and mentorship for agency owners looking to grow. Start with the free Agency Accelerator today.

Not possible currently in CSS, but there is a discussion happening around syntax like:

.el {
  position: element(#target)
}

Of course there are tons of details, gotchas, and edge cases, but it sounds likely.

Direct Link →