I am developing a large site that relies on CSS for both style and positioning. All of my pages link back to a single CSS file located in the same directory as the pages.
It works great on my local machine - all rules are applied, etc.
When I get it to the server, then try to access the pages from the same browser, the positioning rules are applied, but the style (specifically font-size) are not.
Any reason as to why this may be happening??? It makes no sense to me.