I have a web page I am testing in both IE and FF. It works perfectly in IE but the style sheets will not load in Firefox.
Has anyone else experienced this type of issue with Firefox ?
Also note that this is only on my dev workstation loading the 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>