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 …
-
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; }