Is there a way without javascript how to load a specific CSS file for a Mac or PC? I'm not worried about the browsers types, I've already dealt with that side of it, I just need to know if there is a way to load a Mac or PC specialized CSS script or not... Thanks...
Yes there is. You'll want to look at the user agent and then load your CSS file depending on what it contains. Look up PHP's predefined $_SERVER variable.