Position an element relatively to another element
Category: Link
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 to Article — Permalink
Position an element relatively to another element is a post from CSS-Tricks
LEAVE A REPLY
You must be logged in to post a comment.