Hello

I am having problem to auto margin my fixed header and footer in IE7.
When the width of the window is less than 1400px, everything works
fine, however, if the width exceeds 1400px, the header goes out of
place.

Here's the code for the header

<code>
header {
                height:70px;
                margin:0 auto;
                min-width:764px;
                max-width:1204px;
                background-color:#3f3b2e;
                position:fixed;
                top:0px;
                right:98px;
                left:98px;
                z-index:15;
        }
</code>

You can view the website here .

http://www.jennylu.org

I appreciate any help.

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to