Results 1 to 3 of 3

Thread: Mozilla resizes table incorrectly (IE & D/Net ok)

  1. #1
    Join Date
    Sep 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Mozilla resizes table incorrectly (IE & D/Net ok)

    Hello, can anyone help explain for me how Mozilla interprets tabe row heights so differently compared to IE & Deepnet in the following page...

    http://www.winchesterconservativeclu...rtainment.html

    I really appreciate your help.

    Barry

  2. #2
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by bennever
    Mozilla resizes table incorrectly (IE & D/Net ok)
    When both Mozilla and Opera display the same behaviour, it's almost guaranteed that that behaviour is correct.

    Hello, can anyone help explain for me how Mozilla interprets tabe row heights so differently compared to IE & Deepnet in the following page...
    Paragraph (p) elements have margins to separate them from other content. This spacing causes the cells to expand.

    The solution is to remove the p elements which are unnecessary. The div elements within the cells should also be removed as they are also superfluous.

    You should consider making better use of CSS. Those class attributes can be removed with better structuring, as well as the duplicated presentational attributes.

    Mike

  3. #3
    Join Date
    Sep 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Mike, your help & advice is much appreciated, many thanks. A little CSS knowledge can be a dangerous thing!! All the best.

Bookmarks

Posting Permissions

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