1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Firefox is ignoring my css

Discussion in 'CSS' started by johnyranger, Oct 10, 2005.

  1. #1
    I'm hoping that this is an appropriate forum for asking this. It has been recently been pointed out to me that my website:
    http://www.planetpersonality.com/ does not render properly for Firefox users. I think that the problem is that Firefox is not detecting my css section. :confused:

    Can anyone suggest what the solution might be?
     
    johnyranger, Oct 10, 2005 IP
  2. hajamie

    hajamie Peon

    Messages:
    141
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
  3. Uban

    Uban Peon

    Messages:
    144
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Try replacing <html> with

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
     
    Uban, Oct 10, 2005 IP
  4. Uban

    Uban Peon

    Messages:
    144
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Never mind...
     
    Uban, Oct 10, 2005 IP
  5. phane

    phane Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    here's your mistake:

    #content {position: absolute;top:310px;left:200px; width: 792px;}
    
    HTML:
    the } is ) in your code.
    just a simple typo. who would have guessed? :)
    u could also check http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.planetpersonality.com%2F&usermedium=all to see any errors in your css. btw, ie is really dumb if it shows your site correctly, and that's what missled u in the first place. happy coding!
     
    phane, Oct 10, 2005 IP
  6. JonahViaKeyboard

    JonahViaKeyboard Peon

    Messages:
    174
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    instal the extension EditCSS for firefox and all your troubles will be fixed via some quick trial and error.
     
    JonahViaKeyboard, Oct 10, 2005 IP
  7. johnyranger

    johnyranger Guest

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    You guys are awesome. A few quick edits, and everything is running smoothly.
     
    johnyranger, Oct 11, 2005 IP