473,398 Members | 2,212 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Problems with 3 column fluid layout - 3rd column wraps

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.
Mar 26 '08 #1
3 3749
In article
<e4**********************************@m34g2000hsc. googlegroups.com>,
hzgt9b <ce******@gmail.comwrote:
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
I'm looking at your page in Firefox, and I don't see three columns
anywhere, or any evidence of wrapping. I do, however, see a very
ugly background image in the box containing the "Lorel, Ipselium !"
and the Lorel link. Ugly, because it's been stretched horizontally.
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.)
Are you sure? You can upload the file of your page to the W3C
validator, just to make sure that ALL the errors are Geocities'
responsibility, as currently:

"This page is not Valid XHTML 1.0 Transitional!"

- might be a problem!

<http://validator.w3.org/check?uri=ht...es.com%2Fcharl
es_loftis%2F3rdcolwrapsinIE7.html&charset=%28detec t+automatically%29&doct
ype=Inline&group=0>
>
Your input appreciated.
Mar 26 '08 #2
On Mar 26, 1:36*pm, David Stone <no.em...@domain.invalidwrote:
In article
<e497b3a9-cb6a-4c93-a9c3-599ba1ae6...@m34g2000hsc.googlegroups.com>,

*hzgt9b <celof...@gmail.comwrote:
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

I'm looking at your page in Firefox, and I don't see three columns
anywhere, or any evidence of wrapping. *I do, however, see a very
ugly background image in the box containing the "Lorel, Ipselium !"
and the Lorel link. *Ugly, because it's been stretched horizontally.
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.)

Are you sure? *You can upload the file of your page to the W3C
validator, just to make sure that ALL the errors are Geocities'
responsibility, as currently:

"This page is not Valid XHTML 1.0 Transitional!"

*- might be a problem!

<http://validator.w3.org/check?uri=ht...es.com%2Fcharl
es_loftis%2F3rdcolwrapsinIE7.html&charset=%28detec t+automatically%29&doct
ype=Inline&group=0>


Your input appreciated.- Hide quoted text -

- Show quoted text -
David thanks for the quick reply.
Try opening the page in IE6 or IE7. This page is only being targeted
for IE - I haven't tested it in browsers other than IE6, IE7.
Yes, I re-verified that all the HTML validation errors are caused by
Geosites tack on code.

So, can you suggest a cross-browser, fluid 3-column layout?
Mar 26 '08 #3
hzgt9b wrote:
David thanks for the quick reply.
Try opening the page in IE6 or IE7. This page is only being targeted
for IE
If you are targeting IE why are you trying to use XHTML? If you were
successful in doing it correctly you will disenfranchise IE all together.
- I haven't tested it in browsers other than IE6, IE7.
Yes, I re-verified that all the HTML validation errors are caused by
Geosites tack on code.
No not all, XHTML is not just HTML with "<br />" elements

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Mar 26 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Doug McCrae | last post by:
http://www.btinternet.com/~doug.mccrae/go4learning/index.html As it says in the subject, a two column layout (plus header and footer boxes). I feel the left column really needs to be fixed width...
2
by: CJM | last post by:
I'm developing a site for a charity which I am aiming to make standards-compliant, accessible and cross-browser compatible. I'm doing OK so far and have the workings of a respectable site, but I...
16
by: Dan V. | last post by:
How do you do a css 2 column layout with header and footer, with the 2nd column auto-stretching so entire page looks good for 800 x 600 resolution as min. and 1024 x 768 resolution as a max? ...
19
by: Jerry | last post by:
Hi Folks, Ok, here's my story. I was asked to create a website for the church I attend. I am a complete newbie to creating websites. So, I did the usual -- did a bunch of googling, found...
22
by: Jam Pa | last post by:
Once again my big mouth has landed me with a tough job. I have a static CSS layout, where each and every element has been defined by pixel size - lots of them, too! Mostly relative elements,...
40
by: Mark | last post by:
Hello i like to make the following lay out: - 3 columns - center column = fixed width - left and right columns are not fixed and must take all the available space there is left. - left...
9
by: TristaSD | last post by:
Hi, How do I accomplish the following: In a two-column layout, the right column is 200px wide, and the left column is fluid? Thanks!
3
by: Mark | last post by:
Hi all I would like to create a simple two column layout - navigation on the left and content on the right. I would like the columns to have a fluid width so they can grow and shrink according...
2
by: Bram2 | last post by:
Having trouble creating a layout with certain conditions like this: (with CSS) http://img684.imageshack.us/img684/9307/columns.jpg Using tables, it's no problem. But I'm trying to accomplish...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.