Click to See Complete Forum and Search --> : table size issues with IE
mookee
03-03-2006, 11:12 PM
Im currently working on template for my next website, and now I've encountered problem with my table size, cell responsible for main text stretches whole table in IE (looks as intended in Firefox).
Whole design was intended to stretch to 90% of browser window.
heres the url: http://forums.darkfallchronicles.com/001.htm
Somewhere in the nested table design you have used width=100% where it wasn't required.
http://www.hotdesign.com/seybold/
mookee
03-04-2006, 07:31 PM
I'm down to 3 width="100%" attributes, main cell is empty and IE still doesnt like it
http://forums.darkfallchronicles.com/002.htm
If you must use table layout, one table is all you need. Nested tables, where the problem is, are not needed for layout. They indicate a lack of planning and understanding of tables.
pcthug
03-05-2006, 01:50 AM
When nested tables become a necessity It's time to switch to css, see: http://www.alistapart.com/articles/holygrail/