Problems: Firefox and CSS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jimmie
    Confirmed User
    • Dec 2003
    • 872

    #1

    Problems: Firefox and CSS

    Hey, just wanted to see if anyone else has a problem with firefox and css. CSS works fine, but if im linking to the CSS file, instead of having the CSS embedded in the page, it wont work...

    link href="sitestyle.css" rel="stylesheet" type="text/css"

    if I use that, in FireFox it wont display the CSS styles. If I put the CSS styles on the page without linking to it, it works fine.. anyone know how to fix this?
    Livin' Fat Cause I Aint On Speed....
  • astnfan
    Confirmed User
    • Mar 2003
    • 134

    #2
    I use this and it works in firefox no problem:

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

    did you maybe link to the path of the stylesheet incorrectly, or maybe you put that code outside of the HEAD tags?

    Comment

    Working...