I am having problems trying to get a CSS to work in Netscape 4.7.
I am pulling in the stylesheet from another file (js/scripts.js) which retrieves the relevant style sheet according to the browser type. To do this I am using the following in the <head> on each page:
<script language="JavaScript" type="text/javascript" src="/js/scripts.js"></script>
The problem is that when opening pages into the full frameset the styles are not working. However if I refresh an individual page within the frameset it will then find the stylesheet.
Is there anyway that I can get my stylesheet to work over the entire frameset in Netscape 4.7?
I am pulling in the stylesheet from another file (js/scripts.js) which retrieves the relevant style sheet according to the browser type. To do this I am using the following in the <head> on each page:
<script language="JavaScript" type="text/javascript" src="/js/scripts.js"></script>
The problem is that when opening pages into the full frameset the styles are not working. However if I refresh an individual page within the frameset it will then find the stylesheet.
Is there anyway that I can get my stylesheet to work over the entire frameset in Netscape 4.7?