Results 1 to 4 of 4

Thread: [2005] Different outputs from IE7 and FireFox

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2005
    Posts
    150

    [2005] Different outputs from IE7 and FireFox

    Please create a table and add two columns and centralize the table in the page and add some text like 123 to each column and finally centralize the text in each column too.

    Now compare the output in firefox and IE7


    Don't you notice that firefox displays the table correctly while IE7 doesn't display it correctly ?


    IF that's true , can you confirm and can someone explain what's causing this , this is my html code:

    Code:
    <body  >
        <form id="form1" runat="server">
            &nbsp;<table style="width: 681px" align="center">
                <tr>
                    <td style="width: 100px; text-align: center;">
                        123</td>
                    <td style="width: 100px; text-align: center;">
                        123</td>
                </tr>
            </table>
        </form>
    </body>

    Last edited by bomayed; Jul 7th, 2007 at 03:20 PM.

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Aug 2005
    Posts
    150

    Re: [2005] Different outputs from IE7 and FireFox

    didn't any one try it :- \

  3. #3
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: [2005] Different outputs from IE7 and FireFox

    your table is 681px width, it consists of 2 cells each is 100px which leaves 481px unused. so it's your error not IE's to be fair
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  4. #4
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: [2005] Different outputs from IE7 and FireFox

    he's right. IE centered it based on the 100px.
    Firefox centered it based on the actual size. You need to adjust your numbers.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width