View Single Post
Old 11-19-2012, 04:17 AM   PM User | #3
freshdude
New Coder

 
Join Date: May 2011
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
freshdude is an unknown quantity at this point
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.
freshdude is offline   Reply With Quote