so here's the situation:
i have 2 divs one on top of another. i defined them one after the other and used the margin-top property of the second div so it would overlap the first.
what i need to do is set the first div to be offscreen until a certain point. but anything i've tried so far (plain javascript or jquery functions) seem to change whatever property i'm using for all the divs in my file rather than just the one in question.
is there any way to just change properties of one specific div without changing them all?
thanks.