In doing my coding, I am trying to have my div "hold" be fixed when the screen scrolls and be centered. I have divs inside of the which are the logo and the navigation which will all go down the page when it scrolls.
For some reason, after trying everything, I can not get the div "hold" to center on the page.
#hold {
width: 900px;
height: 100px;
margin: 0 auto;
position:fixed;
}
Here is a live view of the site incase you wanted to see the rest of the code, http://fuse.orgfree.com/Portfolio%202012/ The div with the logo should be much farther to the center but it just wont go.
Any and all assistance is appreciated! Thanks alot!