• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Jeanne Boyarsky
  • Liutauras Vilda
Sheriffs:
  • Tim Cooke
  • Bear Bibeault
  • paul wheaton
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Mikalai Zaikin
  • Piet Souris
Bartenders:

Table Allignment problem in IE 6.0

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have a webpage whose top two rows of table are displayed as a Heading and in third row left side i have the navigation menu right side i have the content of the page, for displaying the content i have used table's with width=100% in third row there alignments are not proper in IE 6.0 i have tried a lot and not able to fix this issue, can someone help me out in this ?

Attaching the Code as well.




 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
  • Send this to whoever is making you code for IE6 http://ie6countdown.com/
  • Why tables are bad for layout: http://www.hotdesign.com/seybold/


  • Problems:
  • You are not using a doc type http://www.w3.org/QA/2002/04/valid-dtd-list.html
  • Cursor hand is not correct, it is pointer http://radio.javaranch.com/pascarello/2005/02/24/1109276338948.html
  • You are using font tags which are deprecated http://www.htmlquick.com/reference/deprecated.html



  • Use http://jsbin.com/ to post this code so it can be runnable. Most of the attributes lost their values since you did no use code tags to start.

    Eric
     
    sakthi moorthy
    Ranch Hand
    Posts: 54
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hello Eric,

    Thanks for the reply, i have tried with the all doc types mentioned in the site and changed the cursor too, no luck. i have posted the code in jsbin http://jsbin.com/aheke6/edit Please check this, the table allignment is not proper in IE only, i have no idea how to fix that
     
    This parrot is no more. It has ceased to be. Now it's a tiny ad:
    Low Tech Laboratory
    https://www.kickstarter.com/projects/paulwheaton/low-tech-0
    reply
      Bookmark Topic Watch Topic
    • New Topic