treehouse : what would you like to learn today?
Web Design Web Development iOS Development

wesbaker

  • Do you? Should I?

    I tend to use multiple CSS files, but not for the same purpose that you do. I have one CSS file that controls the site wide styles, such as basic header and paragraph styles as well as page backgrounds, and outer containers. Then I have another CSS …
    Comment by wesbaker October 2008 permalink
  • disappearing css bg graphics!

    I fixed this problem using a min-width in the same vein as the min-height fast hack. #container { min-width: 1000px; width: auto !important; width: 1000px; }
    Comment by wesbaker August 2008 permalink