css absolute position an inner div to the top of the page ignoring parents relative position -
is there way absolute position inner div top of page ignoring parents relative position?
nope, unless re-locate in dom.
(using position:fixed
might alternative if want window related instead of document related)
Comments
Post a Comment