marksie1988 Posted January 8, 2008 Share Posted January 8, 2008 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 https://forums.phpfreaks.com/topic/85093-solved-firefox-30-and-stylesheets/ Share on other sites More sharing options...
phpQuestioner Posted January 8, 2008 Share Posted January 8, 2008 Isn't FFv3 in beta testing still? Possibly a bug you might want to report; guess it depends on how you have your CSS and JS set-up - though it could just be a coding error on your part. Link to comment https://forums.phpfreaks.com/topic/85093-solved-firefox-30-and-stylesheets/#findComment-434007 Share on other sites More sharing options...
marksie1988 Posted January 8, 2008 Author Share Posted January 8, 2008 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 https://forums.phpfreaks.com/topic/85093-solved-firefox-30-and-stylesheets/#findComment-434066 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.