css issue with FF

Discussion in 'CSS' started by itsmani1, Feb 17, 2006.

  1. #1
    itsmani1, Feb 17, 2006 IP
  2. AWD1

    AWD1 Peon

    Messages:
    191
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #2
    AWD1, Feb 17, 2006 IP
  3. kool43

    kool43 Well-Known Member

    Messages:
    308
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    115
    #3
    You need to first let the browsers know what kind of site they are looking at. It doesn't know what it is seeing, so it does its best guess.

    If you place:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">

    before your <html> tag. THis is probably your best bet. Then you will have a fair chance of running it through the validator as mentioned before.

    Hope this helps!
     
    kool43, Feb 17, 2006 IP