On Tue, 21 Dec 2004 13:43:34 -0600 glob scrawled this disquisition:
Quote:
Why does the left main column resize larger, when pic is in the right
column, when left column is set to 27% width and right set to 73%
width????? http://www.wholives.com
Click home and chat, and see the left column resizes.
Any way to correct this?
I did set the pic to 95% width, but the column still resizes. |
I looked at the page in Mozilla. Didn't really see any resizing problems.
Ran the page through tidy:
wholives_index.htm
line 90 column 59 - Warning: nested emphasis <span>
line 91 column 31 - Warning: nested emphasis <span>
line 94 column 59 - Warning: nested emphasis <span>
line 95 column 31 - Warning: nested emphasis <span>
line 103 column 60 - Warning: nested emphasis <span>
line 104 column 31 - Warning: nested emphasis <span>
line 104 column 31 - Warning: nested emphasis <span>
line 164 column 13 - Warning: <div> attribute "27" lacks value
line 182 column 106 - Warning: nested emphasis <span>
line 689 column 104 - Warning: nested emphasis <span>
line 60 column 1 - Warning: <table> proprietary attribute "bordercolor"
line 60 column 1 - Warning: <table> lacks "summary" attribute
line 67 column 7 - Warning: <table> proprietary attribute "bordercolor"
line 67 column 7 - Warning: <table> lacks "summary" attribute
line 72 column 13 - Warning: <td> proprietary attribute "bordercolor"
line 75 column 13 - Warning: <table> proprietary attribute "bordercolor"
line 75 column 13 - Warning: <table> lacks "summary" attribute
line 116 column 13 - Warning: <table> proprietary attribute "valign"
line 116 column 13 - Warning: <table> proprietary attribute "bordercolor"
line 116 column 13 - Warning: <table> lacks "summary" attribute
line 157 column 7 - Warning: <table> proprietary attribute "bordercolor"
line 157 column 7 - Warning: <table> lacks "summary" attribute
line 166 column 13 - Warning: <table> proprietary attribute "bordercolor"
---- TRUNCATED ----
That attribute 27 in line 164 was really interesting. Never heard of such
an attribute. Fortunately it was in an empty <div> :-)
And statements like this are just really goofy:
<td style="vertical-align: top;">
<small><small><small><small><br></small></small></small></small>
</td>
Try cleaning up your code and having another look.
FS