Ya Matt, you can't do things at all positioned absolute in any way if you want it responsive.
Matt,
Jo Ann is providing you - either intentionally or inadvertantly - with an interesting learning opportunity here. This is because what she said is not strictly true...
So, since you say that you're now in academia - where *the search for truth, wherever it may lead you* should be the guiding light, - the (homework-) question to you is this: - Under what conditions can absolute positioning be a useful tool in responsive design? In other words, what rules do you have to follow to ensure that an absolutely positioned element, i.e. one with a css rule such as this, or similar:
position absolute;
left:0;
top:0;
}
will act perfectly 'responsively' and shrink/grow with the width of the viewport?
(OK, I know that this can be viewed as an obnoxious post, - so apologies to both Jo Ann and Matt! )