CSS not showing in Firefox
did some searching on the net and wasn't able to come up with anything.
I am developing a school homepage and my master style sheet is not showing up in firefox. It;s like its not even there, in IE its fine. This is not hosted anywhere on the internet yet but I want to know why this is happening and what I should do to make it work in IE and compliance standard browsers.
the style sheet and actual page are attached in a zip, any suggestions would be helpful.
Thanks
I am developing a school homepage and my master style sheet is not showing up in firefox. It;s like its not even there, in IE its fine. This is not hosted anywhere on the internet yet but I want to know why this is happening and what I should do to make it work in IE and compliance standard browsers.
the style sheet and actual page are attached in a zip, any suggestions would be helpful.
Thanks
0
Comments
All I did was delete the empty style tags at the top of the file and change the css link to
[PHP]<link rel="stylesheet" type="text/css" href="master.css">[/PHP]
I'm not sure why you had --> at the end. Plus you don't need the exact file location as long as master.css is in the same directory as your index.html.
see if that works for you, looks fine in FF2 and IE7 once I made those changes.
cheers
regardless your suggestions have worked for me as well. I appreciate your comment and thank you for insight. cheers