My website layout includes links on the left side of the page within a floating div, with content on the right side in another floating div. However, I'm facing an issue where the content moves below the links when the page is resized.
I attempted to fix this by wrapping the entire page in a div, but this caused the links to stop functioning correctly and made it difficult to position the content as needed.
Below is the CSS code for the wrapper div:
#wrapper {
margin: 0 auto 0 auto;
min-width: 960px;
}