Re: FireFox does not do with Table Width = 100%
|
Oottay Keisa |
|
1/9/2008 9:04:01 PM |
You have the table set as 'inline'. Inline elements cannot have a width. IE, and whatever 'other' browsers, are working incorrectly.
Just remove the 'display :inline' and it will work. Post Comments |
|
Re: FireFox does not do with Table Width = 100%
|
Oottay Keisa |
|
1/9/2008 9:04:41 PM |
It appears that the display:inline in the first table style is causing your header row to not span the width of the div. You could try removing that from the style and see what that does.
Edit: Apparently I answered at the same time as drhowarddrfine. Sorry for the double answer. Post Comments |
|
Re: Thanks for your help!
|
Nazarina Habeeb |
|
1/9/2008 9:07:32 PM |
I can't believe I over looked the inline setting! I learned my lesson with inline elements months ago. >>blush<< Sometimes I can just be so... Blind
Thanks for your help! Removing the inline style setting resolved the problem. Post Comments |
|