CSS and Firefox

Discussion in 'CSS' started by kamika-z, Oct 6, 2006.

  1. #1
    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?
     
    kamika-z, Oct 6, 2006 IP
  2. honeydesign

    honeydesign Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Show your code?
     
    honeydesign, Oct 6, 2006 IP
  3. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #3
    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
     
    kk5st, Oct 6, 2006 IP
  4. penagate

    penagate Guest

    Messages:
    277
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    penagate, Oct 7, 2006 IP