I want a page with a centered div containing two rows. Top row has an
image and some text. The bottom row needs to have three columns. I'd
love to have the 1st column set to a fixed width then have the 2nd and
3rd columns fill the remaining space but I've given up on that and am
willing to settle for the second row to have a fluid 3-column layout
(or something else simple).
Anyway, I've developed a page where the second row has this 3 column
fluid layout. This is working great for me in IE6, but in IE7, the 3rd
column wraps down as the browser page is narrowed. Is there any way to
fix this problem?
Here's the sample page: http://www.geocities.com/charles_lof...rapsinIE7.html
NOTE - because geosites address an element down the right hand side
you will not see the third column wrap here - you'll have to pull the
source, save it somewhere, then open it in IE7 to see the problem.
FYI, the page is valid CSS and HTML (all validation errors are all
produced by code automatically added by geosites, i.e. out of my
control.)
Your input appreciated.