Different Results In webpage in firefox & IE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shalini Bhalla
    New Member
    • Dec 2007
    • 190

    Different Results In webpage in firefox & IE

    Hi ,

    I have designer a website http://careershinerz.co.in/index_1.php.

    I am getting different results in firefox & IE .
    I am not getting background & other some more settings in firefox

    Can anyone help me in this ?
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    They both look the same to me. When it comes to such tests, never use IE as a reference for how things work. Always use any other browser. Firefox, in this case, will show what you wrote. IE makes things up as it goes along.

    Comment

    • Shalini Bhalla
      New Member
      • Dec 2007
      • 190

      #3
      Thanks for the reply , But when i am checking from my end i am not able to see the background of this link & center alignment of table in this link in firefox .

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        That's not any different than what IE is showing. You set the height to 100% but 100% of what? It's always the parent element but you don't have the parent (body) set to anything. Set the body's height to 100%, too.

        But, then, 100% of what? It's the html element. So set that to 100%, also.

        You are trying to center the table but the table is full width and already centered. If you want the text centered, set the table's CSS to 'text-align: center'.

        Also, the <center> element was deprecated many years ago. Do not use it.

        Comment

        Working...