Search Results

0
votes
5answers
426 views

CSS not loading in Firefox

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 ? …
0
votes

CSS not loading in Firefox

ok I fixed it by using the following and it now works in both IE and FF: <link rel="stylesheet" type="text/css" href="../css/common.css"> <link rel="stylesheet" type="tex …