Hello~
When I put the following css as an internal style sheet, it works. (my "content" has a blue background.) However, if I copy the exact same thing and put it into a external style sheet, in FF it just doesn't show up! -no blue background. I'm having no problems with it working in IE though.
#content{background-color:blue;
}
Does anyone know how I can get it to work in a external style sheet for IE AND Firefox? Am I doing something wrong?
-Kcan you post your html code please?can you post your html code please?Far more useful would be the URL.Sounds like the web server is not supplying the correct content type for the css file.
When I put the following css as an internal style sheet, it works. (my "content" has a blue background.) However, if I copy the exact same thing and put it into a external style sheet, in FF it just doesn't show up! -no blue background. I'm having no problems with it working in IE though.
#content{background-color:blue;
}
Does anyone know how I can get it to work in a external style sheet for IE AND Firefox? Am I doing something wrong?
-Kcan you post your html code please?can you post your html code please?Far more useful would be the URL.Sounds like the web server is not supplying the correct content type for the css file.