PDA

View Full Version : Noob question (HELP!)



deXtrous
19 Apr 2012, 10:15 PM
So i'm trying to convert my FIXED layout into a FLUID/LIQUID one.

Previous I had all my stuff in a container, because my background image permits it so.

Now, I still have a container with a everything inside it being fluid.

The problem is, when i resize the window, the images and such don't get scaled down. They still remain the same because they're in the frigging container.

if i remove the container width (960px) the images and text will resize, but the problem is my site has no margins any more (because I am using the container as a margin).

Is using a container with fluid designs wrong?

Do I need to simply set the page margin to a % (rather than having it fixed at 960px)??