To my understanding, it doesn't matter where you place the stylesheets. You can place them at the beginning or the end, it will still affect your place in the same way. The only thing you can change is the order of them. The most bottom css file will overwrite any others above. So your code should be near the bottom of the list, that way your code takes effect. However, your page may still be screwed up since there may be other code in the other stylesheets that's making your page go wonky, in which case you will have to figure out which one of them is causing it and remove/fix the code.
|