I have a webpage that I am testing in both IE and FF. It works fine in IE, but style sheets don't load in Firefox.
Has anyone else encountered this type of problem with Firefox?
Also note that this is only on my dev workstation downloading files locally ...
Here is the header section of the html file:
<head>
<link rel="stylesheet" type="text/css" href="\\server\USERS$\myID\Projects\Intranet\css\common.css">
<link rel="stylesheet" type="text/css" href="\\server\USERS$\myID\Projects\Intranet\css\css.css">
<title>8927.html</title>
</head>
source
share