Jump to content

[SOLVED] firefox 3.0 and stylesheets?


marksie1988

Recommended Posts

i use css on my website which works fine in ff 2.0 and ff1.0 and ie but when i look at my site in ff3.0 all looks well on the first page but if you go to another page the css will not load.

 

the only problem is i cant use @import which fixes the problem as i use a javascript which alows me to change the stylesheet for different themes

 

any ideas on why ff3.0 doesnt like this?

Link to comment
Share on other sites

ok i have now hit the problem on ff2 so must be part of my code but what could it be? this is my header

 

<head>
<link rel="shortcut icon" href="http://www.blacklimecomputers.co.uk/favicon.ico" />
<meta name="verify-v1" content="Uf0Su4UuSc5KKL1BQMOXOH1WzU6HroaKSIB00wzDS5o=" />
<meta name="verify-v1" content="msveLhdpUiMyZJwpW/9JdXyJnIymPb5k/d2duhVyBdg=" />
<meta name="description" content="blacklime computers" />
<meta name="robots" content="index,follow" />
<meta name="keywords" content="marksie, place, web, design, branding, development, copyright, steve, marks, black, lime, blacklime, computers, comp" />
<title>blacklime computers - v<?php echo $vn ?></title>

    <link rel='stylesheet' href='/styles/default.css'>
    <script language='javascript' type='text/javascript' src='../../styles.js'></script>


<script type="text/javascript"><!--
function sf(){document.login.user.focus();}
// -->
</script>
<SCRIPT type="text/javascript">
<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=450,height=600,scrollbars=yes');
return false;
}
//-->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function NewWindow(mypage, myname, w, h, scroll) {
var winl = 100;
var wint = 50;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->
</script>
</head>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.