| Author |
Table Allignment problem in IE 6.0
|
sakthi moorthy
Ranch Hand
Joined: Oct 17, 2007
Posts: 54
|
|
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.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
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.htmlCursor hand is not correct, it is pointer http://radio.javaranch.com/pascarello/2005/02/24/1109276338948.htmlYou 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
Joined: Oct 17, 2007
Posts: 54
|
|
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
|
 |
 |
|
|
subject: Table Allignment problem in IE 6.0
|
|
|