How do you make a div tag position:fixed, and then absolute, after a certain point on the page?
Here's what I have so far:
<div style="position:fixed; top: 26.45%; right: 10%;"></div>
How do you make a div tag position:fixed, and then absolute, after a certain point on the page?
Here's what I have so far:
<div style="position:fixed; top: 26.45%; right: 10%;"></div>