i have an image, essentially a white rectangle, that I'm trying to use as a screen between a top layer logo and the text below.
the logo is part of the header and acts as 'sticky' - not moving when y-scrolling the page.
what I'm failing at is making my rectangle stay fixed relative to it's parent (the header) when zooming takes place.
Instead, the rectangle floats away with each zoom.
Header is position fixed, the img is absolute.
p.s. tried searching for an answer. the above setting taken from: Can I position an element fixed relative to parent?
please kindly help, yaron h.