Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,566
    Plugin Contributions
    74

    Default Re: Page Resize Problems

    For some reason the monthly boxes becomes 50% of the inner column at full screen if I set a width in px. I was going to ask about the min and max as well...

    Edit: I just set it to 900px and it works
    Last edited by numinix; 3 May 2007 at 10:24 PM.

  2. #2
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,566
    Plugin Contributions
    74

    Default Re: Page Resize Problems

    When I put 1024px, the monthly box becomes half the size, but if it put it to 900 or 1000px, it displays properly. Any idea why?

    Also, how do I implement the min/max-width?

    Edit: figured it out:

    mid-width: 900px;
    max-width: 1000px;
    width: auto;

    What should my min and max be?
    Last edited by numinix; 3 May 2007 at 10:40 PM.

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Page Resize Problems

    1024... That's weird...

    Just add

    max-width: 1200px;

    or whatever you want to the #mainWrapper declaration (or anywhere else you want to use it).
    As far as I know, IE (even IE7) doesn't support this, so it won't have any effect for the great majority of viewers.
    This even though it is part of the CSS2 spec and is so useful that any major browser ought to be supporting it...

    /soapbox

  4. #4
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,566
    Plugin Contributions
    74

    Default Re: Page Resize Problems

    putting max 1200px does the same thing as if I put 1024px. What happens is the monthly box only spans until it reaches the edge of the image above and then there is why space for the width of the image until it reaches the right column side boxes. It seems to do this for any width above 1000px...

    Also, the min-width/max-width appears to be working on IE7!!! I get the same affect whether I use IE7 or FF.

 

 

Similar Threads

  1. Logo won't resize with page
    By moggi1964 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Jul 2010, 12:40 PM
  2. Replies: 2
    Last Post: 8 Feb 2008, 04:47 PM
  3. How can I resize The Privacy Notice Page?
    By weezee in forum General Questions
    Replies: 3
    Last Post: 7 Oct 2007, 06:35 PM
  4. Main Page resize????
    By waghelak in forum General Questions
    Replies: 2
    Last Post: 10 Jul 2006, 08:11 PM

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