cross browser compatibility issues in css-pls help

  • the below code display content as center in firefox .but not in IE .i dont know what is the problem pls help

    <html>

    <head>

    <style type="text/css">

    body

    {

    padding:0;

    margin:0;

    background:#eee;

    }

    #container

    {

    width:900px;

    margin:0 auto;

    background:#ccc;

    }

    #head{height:250;background:orange;}

    </style>

    </head>

    <body>

    <div id="container">

    frgts

    <div id ="head">

    asrgrtuyt67

    </div>

    </div>

    </body>

    </html>

  • Are you sure you picked the right forum?

    This is a SQL Server forum, not a web site dev forum.

    However, you might get lucky and find someone who works in both fileds coming across your post. But that would just be coincidence...



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply