0

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>
My Head Hurts
  • 37,315
  • 16
  • 75
  • 117
  • $('#yourid').css({'position':'absolute'}); – Dineshkani Jan 08 '13 at 07:41
  • You should be able to modify the code in [this answer](http://stackoverflow.com/a/2153775/681807) to serve your purpose. If you are still have problems after then edit the question to show us where specifically you are having trouble – My Head Hurts Jan 08 '13 at 07:43

0 Answers0