Css not working on firefox

Philippines
May 30, 2010 2:59am CST
I'm currently learning web design and javascript programming right now. I tried to launch my test site offline in firefox and the stylesheet is being ignored. The css file is external. I find it much easier to design a webpage that way so i won't have to type everything again on each page. Does anybody have any solution to this?
3 responses
• Philippines
30 May 10
Is it working on IE browser?
• Philippines
30 May 10
Yup. It's working just fine in IE. I designed it there. I just installed mozilla and when I launched my site, it looks very basic. Turns out it's not following the stylesheet I made.
• Philippines
1 Jun 10
That's weird though. All I know Mozilla is more friendly to CSS than IE. Did you install add-ons or plugins to Mozilla? If yes try to disable them and do some test
• Philippines
2 Jun 10
Figured it out. Turns out firefox is not reading styles with quotation marks.. Thanks anyway.
@nangisha (3496)
• Indonesia
30 May 10
Hello my friend.... I don't know how to help you because I am still learning this matters. I really wanna make my own website but I don't have much time to do it. I come by here because I a little curious about the matters you talk here. In case I face it the future I already know the solution. Good luck in your website. Inform me when you finish because I wanna see and its may help to raise traffic to your site. Have a nice day.
• Philippines
30 May 10
I already fixed it. Turns out you have to be strict in coding your CSS files if ever you want it external. If you're going to code a CSS file, keep from using quotation marks (") because mozilla isn't reading the codes if you put a quotation mark. I took the time to remove the quotation marks. Boy! that was a lot of work. And also, use mozilla when coding your html and CSS because Internet Explorer is too code-friendly for web desginers. Might as well use Mozilla, which is more strict when it comes to coding. Good luck to your website! Lemme know when you've published it already.
@juggerogre (1653)
• Philippines
30 May 10
Test it first in Internet Explorer. If it works there then you should do some modifications in your code to make it work in firefox.
• Philippines
30 May 10
I coded it in Internet Explorer. It works just fine there. I don't know what part I should modify. Is there any rules considering the stylesheets in Mozilla?