Page 1 of 1

800x600 Resolution Breaks Design

Posted: Sat Jun 17, 2006 10:26 am
by squimmy
I am essentially using the base CSSMenu Vert 1 col template, with a couple of changes. One, the header has a small flash animation.

In 1024x768 this appears in the right place but when i turn it down to 800x600 it can no longer fit on the top and moves down a row obstructing the text. How can I keep on the top header indefinately? Not letting it move down even if it is "squashed"?

How can I keep it always in the same place no matter what resolution?


Thanks for your help.

Re: 800x600 Resolution Breaks Design

Posted: Sat Jun 17, 2006 11:56 am
by Dr.CSS
default template CSS Layout has...

    div#pagewrapper {
        margin: 0 auto;
      max-width: 80em;
        min-width: 60em;

        padding: 0;
        text-align: left;
    }

delete those and add your ... width:??px