Min-width question

Discussion in 'CSS' started by creative4w3, Feb 29, 2012.

  1. #1
    This site: http://shoryuken.com/forum/index.php seems to have a 1250px width standard, but goes down to about 1000px if you scale your browser window. I don't know how to achieve this since width: overrides min-width:. Anyone?
     
    creative4w3, Feb 29, 2012 IP
  2. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #2
    Where do you see it set to 1250?
     
    drhowarddrfine, Feb 29, 2012 IP
  3. creative4w3

    creative4w3 Active Member

    Messages:
    105
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #3
    I don't, but if you measure it it's 1250px (take or give a few px). I wasn't able to find where they set a width.

    In any case I solved it by using width: 100%, max-width: 1250px, min-width: 1000px.
     
    creative4w3, Feb 29, 2012 IP