[Answer]-CSS behaving differently on local machine and on server

1👍

Using “Inspect” or “Inspect Element” in your browser (decent browsers have these developer tools) you should be able to find the “Computed” style that is differs between the cases — this should also tell you the source file of that style.

Is the source the file you expect it to be?

0👍

One day I had a similiar problem using Windows. Windows is case insensitive (filesystem) so on a desktop I had a Style.css and in HTML I included style.css (on windows this worked perfectly). On the server (linux, case sensitive) this does not work.

Please put more details about your case, desktop system, server system, other technologies. Maybe you are using some builders or specific clients or this happened on a specific browser?

👤spinus

Leave a comment