|
I used "position: absolute" for the elements in the centering <div> so that they would disappear as I scrolled down on the site.
I want a new <div> to be within the centering <div>, but I want it fixed at 60px from the top and 60px from the left of the 960px centering <div> the whole time I scroll down.
I found margin-left:60px works with position:fixed; but I wondered if there was a better way.
|