Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Sep 2008
    Posts
    130
    Plugin Contributions
    0

    Default Re: headerWrapper behaving oddly on window resize below site minimum width?

    I like my page stretching to the window size, and having a 50px margin on either side (left/right) and no margin on top.

    However, the header and the body don't resize together, this is the issue that I'm having with it. The header keeps getting smaller with the window when the rest of ther body isn't. I need both to behave like the body, so that the head doesn't break if someone makes the window half-width.

    -Tim

    [edit] that [/edit]
    Attached Images Attached Images  
    <!-- just commenting -->

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: headerWrapper behaving oddly on window resize below site minimum width?

    you can try adding min width to header.


    #headerWrapper {stylesheet.css (line 252)
    background-image:url(../images/75p_white.png);
    height:175px;
    min-width:780px;
    }

  3. #3
    Join Date
    Sep 2008
    Posts
    130
    Plugin Contributions
    0

    Default Re: headerWrapper behaving oddly on window resize below site minimum width?

    Thanks, I remember seeing that tag elsewhere on the interwebs, but I now realize why it didn't jump to mind - it doesn't work in IE 5.5.

    Yes, I'm coding for legacy browsers too, direct orders from the top.

    I also just realized that the bottom footer is getting smaller with the page, but in its own special way, and there isn't any kind of harmony to the way it redraws.

    Maybe there is some other declaration that is inheriting to these elements? Or something?

    -Tim
    <!-- just commenting -->

  4. #4
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: headerWrapper behaving oddly on window resize below site minimum width?

    IE 5.5 ?
    Then you may want to add transparent gif above your logo

  5. #5
    Join Date
    Sep 2008
    Posts
    130
    Plugin Contributions
    0

    Default Re: headerWrapper behaving oddly on window resize below site minimum width?

    yea but the fields still resize each in their own way, which is a no-go for me, I'm way too OCD for that. Also this is supposed to be a professional product, not my personal hobby, so it should work across everything and everywhere under the largest set of circumstances possible without making it ######## up its main functions.

    I am still having trouble seeing how the three are defined to have different widths, but what if I put all three into something like this:

    #topHeader, #mainBodyDiv, #bottomFooterDiv {
    width: thesamething;
    }

    [edit] Sorry I meant IE 6 not 5.5 - I don't care how it looks like in 5.5, I don't even think we have that installed in the office anymore... [/edit]
    <!-- just commenting -->

  6. #6
    Join Date
    Sep 2008
    Posts
    130
    Plugin Contributions
    0

    Default Re: headerWrapper behaving oddly on window resize below site minimum width?

    Semi-update, it looks like the footer is wrapping at the same rate as the header, and it's only the body that is expanding to the whole width. Curiously enough (for me?) the left-hand margin does not move a single pixel.

    Is this what you meant, when in the first message, you told me the body width is 100%?

    thanks,

    -Tim
    <!-- just commenting -->

  7. #7
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: headerWrapper behaving oddly on window resize below site minimum width?

    the only reason body stops moving during resize , is because you have sideboxs , those sideboxs are set to Pixel . your footer has only one link , there is nothing really there to stop browser from shifting elements , thats i guess nature of % ..

 

 

Similar Threads

  1. Resize Broswer Window
    By alfawebz in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Apr 2011, 08:38 PM
  2. Minimum Image Resize
    By kenny724 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Mar 2010, 07:30 PM
  3. Resize Redirect new Window (Banners)
    By emmdee in forum General Questions
    Replies: 5
    Last Post: 15 Aug 2006, 01:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg