CSS not working at all in FireFox HELP!!

Discussion in 'CSS' started by Soccer, Mar 13, 2007.

  1. #1
    i have no idea what to do i have been looking all over the web for answers as to why my css will not work in FireFox. Everything that i have found does not help. It work just fine locally but not on the server? Can anyone help?


    here is the site

    http://www.ashleighreimer.com/SoccerSite/index.htm
     
    Soccer, Mar 13, 2007 IP
  2. bacanze

    bacanze Peon

    Messages:
    2,419
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It looks the same in IE & FF to me.
     
    bacanze, Mar 13, 2007 IP
  3. Soccer

    Soccer Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    [​IMG]


    is that what it looked like to you?
     
    Soccer, Mar 13, 2007 IP
  4. Smyrl

    Smyrl Tomato Republic Staff

    Messages:
    13,740
    Likes Received:
    1,702
    Best Answers:
    78
    Trophy Points:
    510
    #4
    It looks similar but not identical in both to me. Text links philosophy, daily schedule etc are larger in my FF version. On one version text John Brown University appears in non-serif font which is larger than the serif font on Explorer. Neither image looks like screen shot you posted..
     
    Smyrl, Mar 13, 2007 IP
  5. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #5
    If this is the true location of the css file,
    http://www.ashleighreimer.com/SoccerSite/css/main.css

    change this,
    <link href="./css/main.css" type="text/css" rel="stylesheet" />

    to this,
    <link href="css/main.css" type="text/css" rel="stylesheet" />

    cheers,

    gary
     
    kk5st, Mar 13, 2007 IP
  6. Soccer

    Soccer Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I changed that and it still is not working on the server? can anyone figure it out?
     
    Soccer, Mar 14, 2007 IP
  7. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #7
    I get a 404 error when trying to access the stylesheet directly. What is the address of the stylesheet?

    cheers,

    gary
     
    kk5st, Mar 14, 2007 IP
  8. rize

    rize Banned

    Messages:
    171
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    the url of the stylesheet u entered is wrong.. i get an error too when i try to visit it directly
     
    rize, Mar 14, 2007 IP
  9. Soccer

    Soccer Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    here


    http://www.ashleighreimer.com/SoccerSite/CSS/main.css
     
    Soccer, Mar 14, 2007 IP
  10. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #10
    kk5st, Mar 14, 2007 IP
  11. Soccer

    Soccer Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    wow i can't believe i didn't see that i was trying to make it something tons harder!! thanks
     
    Soccer, Mar 15, 2007 IP