I have used StackOverflow for some time now, but now I have a question… On the site that I am developing, (a temporary Dropbox hosted site) I have run into an issue. When the page is being resized, the center logo movies with the resizing. I wish for everything to be fixed (as in not moving with resize). How do I do this?! Thanks in advance, here is the site:
http://www.bit.ly/FawcettCS
I have used StackOverflow for some time now, but now I have a question…
Share
I assume you mean fixed to the left edge. It’s just a matter of removing
margin:autofrom the wrapper.While you’re at it you should remove the right-click disabling script. It serves no purpose except to be a nuisance for your users. People who want to steal content or print will just disable javascript.