I have been learning CSS through various books and websites. The problem is I have firefox, and for some reason it will not show the effects of a stylesheet(I havent tested putting the style in the <head> or using <span style=...>. When I create my own stylesheet, it doesnt work(in IE it does), and when using the tutorials online the examples dont show it in firefox. Is there a reason I can't get it to work in firefox?
Firefox allows you to turn off the authors style sheet. Have you done that, by chance? Else, you've made an error. Firefox handles external files, embedded and inline styles just fine. If you disagree, show us an example of the malfeasant code. cheers, gary
I suspect you have used a <link rel="stylesheet"> tag and got the type attribute incorrect. It should be text/css. Mozilla is fussy about this, IE seems to ignore it.