Page elements moving on window resize

Epigemmisee

New Member
Being new to CSS, I have looked at similar posts on stackoverflow regarding this issue, but none of the resolutions seem to help with my site.I am using a template for the site and trying to edit the CSS so that the page will maintain one width, and not shift it's elements when the window is resized.An example page can be found here: http://pactlegacy.com/site/overview.aspThe content is contained within a wrapper currently set to relative position:\[code\]#page_wrapper { position: relative;}\[/code\]I tried to change it to this:\[code\]#page_wrapper {min-width: 960px;}\[/code\]This doesn't seem to be doing the trick though. When I resize the window, everything still shifts. Any ideas what else I need to change?
 
Back
Top