Help my wordpress not display in firefox!

Discussion in 'WordPress' started by tanvir_singh, Nov 11, 2007.

  1. #1
    Help Me! My site crackcbse.in is not displaying posts in firefox browser, but works perfectly fine in opera or ie. plase help, Ill give $2 if you give me solution (moneybookers)
     
    tanvir_singh, Nov 11, 2007 IP
  2. uglyboy

    uglyboy Peon

    Messages:
    1,963
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #2
    In your style sheet find

    html #content {
    height: 1%;

    And change it to 100% that should fix your problem..
     
    uglyboy, Nov 11, 2007 IP
    tanvir_singh likes this.
  3. tanvir_singh

    tanvir_singh Banned

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    its fixed thank you!
     
    tanvir_singh, Nov 11, 2007 IP
  4. dreamsubmitting

    dreamsubmitting Well-Known Member

    Messages:
    1,279
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    160
    #4
    dreamsubmitting, Nov 11, 2007 IP
  5. tanvir_singh

    tanvir_singh Banned

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    yes but its not displaying the full page! see this

    http://browsershots.org/http://crackcbse.in/
    Code (markup):
     
    tanvir_singh, Nov 11, 2007 IP
  6. uglyboy

    uglyboy Peon

    Messages:
    1,963
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Try commenting out

    html #content {
    height: 100%;
    }
     
    uglyboy, Nov 11, 2007 IP