473,396 Members | 1,749 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,396 software developers and data experts.

Acceptable behavior of left column in two column layout

Greetings -

After having received some feedback and some reading I reset a page using a
"liquid" two column design. I am curious to know what the proper behavior of
the left column is when the page is squeezed down. On Windows systems, IE6
"drops" it down while Firefox 1.0 squeezes everything together. The Win
Firefox behavior is also observed on my Mac (OS X 10.3.7) using Omniweb 5.1,
Opera 7 and Safari 1.

On the windows system, if I set the res down to 800x600, the column is
dropped out (full screen - 19in LCD) but begins to come back as I change res
and viewport size.

What is supposed to happen and what should /ideally/ happen? The page is
here: http://www.stereo-link.com/Test/Static/1200Desc.html and the
stylesheet here: http://www.stereo-link.com/Test/CSS/site-main.css

Thanks,

chris

Jul 21 '05 #1
8 1618
After having received some feedback and some reading I reset a page using a "liquid" two column design. I am curious to know what the proper behavior

of

Hi,
Go either all px or all % on your dimensions. Unable to resize, your
graphics are
causing things to wrap and wrap and wrap, all the way down...............to
where there
is enough room.

me
Jul 21 '05 #2

"theo" <th**@nospam.com> wrote in message
news:gd********************@eatel.net...
After having received some feedback and some reading I reset a page
using a
"liquid" two column design. I am curious to know


http://wholives.com/temp/cssr.htm is very liquid, except for the graphic.
Shrink the window to nothing, any resolution, and nothing hardly wraps. I
didn't bother with the graphic, but could set it a % too, to resize.
me
Jul 21 '05 #3
On Sun, 20 Feb 2005 16:55:33 -0500, theo wrote
(in article <_v********************@eatel.net>):

"theo" <th**@nospam.com> wrote in message
news:gd********************@eatel.net...
After having received some feedback and some reading I reset a page

using
a
"liquid" two column design. I am curious to know


http://wholives.com/temp/cssr.htm is very liquid, except for the graphic.
Shrink the window to nothing, any resolution, and nothing hardly wraps. I
didn't bother with the graphic, but could set it a % too, to resize.
me


Thanks theo.

--chris

Jul 21 '05 #4
On Sun, 20 Feb 2005 09:44:57 -0500 chris ciotti wrote:
Greetings - After having received some feedback and some reading I reset a page
using a
"liquid" two column design. I am curious to know what the proper
behavior of
the left column is when the page is squeezed down. On Windows systems,
IE6
"drops" it down while Firefox 1.0 squeezes everything together. The
Win
Firefox behavior is also observed on my Mac (OS X 10.3.7) using Omniweb
5.1,
Opera 7 and Safari 1. On the windows system, if I set the res down to 800x600, the column is
dropped out (full screen - 19in LCD) but begins to come back as I
change res
and viewport size. What is supposed to happen and what should /ideally/ happen? The page
is
here: http://www.stereo-link.com/Test/Static/1200Desc.html and the
stylesheet here: http://www.stereo-link.com/Test/CSS/site-main.css Thanks, chris


If you use a container division for the entire layout, the inner divisions
will not collapse.
Jul 21 '05 #5
chris ciotti wrote:
On the windows system, if I set the res down to 800x600, the column is
dropped out (full screen - 19in LCD) but begins to come back as I change res
and viewport size.

What is supposed to happen and what should /ideally/ happen? The page is
here: http://www.stereo-link.com/Test/Static/1200Desc.html and the
stylesheet here: http://www.stereo-link.com/Test/CSS/site-main.css


This is why I eventually changed to float both columns left rather than
try left-right as you are doing. You'll need a different method to get
your central margin, you can set padding in one or both for that.

Also, your margin:auto doesn't do anything AFAIK when the element is
floated.

--
Stan McCann "Uncle Pirate" http://stanmccann.us/pirate.html
Webmaster/Computer Center Manager, NMSU at Alamogordo
Coordinator, Tularosa Basin Chapter, ABATE of NM; AMA#758681; COBB
'94 1500 Vulcan (now wrecked) :( http://motorcyclefun.org/Dcp_2068c.jpg
A zest for living must include a willingness to die. - R.A. Heinlein
Jul 21 '05 #6
On Sun, 20 Feb 2005 20:06:11 -0500, Richard wrote
(in article <cv*********@news4.newsguy.com>):
here: http://www.stereo-link.com/Test/Static/1200Desc.html and the
stylesheet here: http://www.stereo-link.com/Test/CSS/site-main.css

Thanks,

chris


If you use a container division for the entire layout, the inner divisions
will not collapse.


Thanks for the info. I'd tried that like so:
#container {
margin: 0;
padding: 0;
border: 0;
}

and no luck.

--chris
Jul 21 '05 #7
chris ciotti <ch**********@gmail.com> wrote:
On Sun, 20 Feb 2005 20:06:11 -0500, Richard wrote
(in article <cv*********@news4.newsguy.com>):
here: http://www.stereo-link.com/Test/Static/1200Desc.html and the
stylesheet here: http://www.stereo-link.com/Test/CSS/site-main.css


If you use a container division for the entire layout, the inner divisions
will not collapse.


Thanks for the info. I'd tried that like so:
#container {
margin: 0;
padding: 0;
border: 0;
}

and no luck.


Richard is an idiot. Ignore everything he says. For his suggestion to
work you would need to specify a fixed width for the container which
defeats the flexibility of your design.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 21 '05 #8
On Mon, 21 Feb 2005 09:43:37 -0500, Steve Pugh wrote
(in article <mn********************************@4ax.com>):

Thanks for the info. I'd tried that like so:
#container {
margin: 0;
padding: 0;
border: 0;
}

and no luck.


Richard is an idiot. Ignore everything he says. For his suggestion to
work you would need to specify a fixed width for the container which
defeats the flexibility of your design.

Steve


I figured as much -- thanks for both bits of info.

--chris

Jul 21 '05 #9

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

Similar topics

10
by: Anders Wegge Jakobsen | last post by:
Hi, I'm playing around with a layout for a weblog. A mockup can be seen at <http://outside.bakkelygaard.dk/~wegge/testblog/index.html>. The page has a fixed width of 800px, so I'm perfectly...
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...
9
by: Eric | last post by:
I would like to setup a two column layout for my web page using CSS. I would like the Left column width to be auto. Can I have the right column be offset by 8 pixels from the right edge of the...
5
by: Wilhelm Kutting | last post by:
Hi i want to use the following layout: ----------------- | | | | Text line 1 | | | Text line 2 | image.jpg | | ... | | | | | |
2
by: sylvian stone | last post by:
Hi, I'm trying to do something that has always been easy with tables - namely use a three column layout, and above the main layout, show three images - one on the absolute left, one on the absolute...
7
by: Alex | last post by:
Hi Everone, I need some advice on how to setup 4 columns where the outside two are absolute (120px) and the inner two (side by side) are relevent (Fluid) and change with the screen. Here's my...
1
by: RJ | last post by:
Hello! I am trying to lay out a left navigation column with a background image, where the left nav column runs the entire scrolled height/length of the page. The float:left column layout works...
4
by: rfox | last post by:
I have a two-column layout where I want the left column to have a colored background while the right column (main content div) has a white background. Please see...
14
by: dutch90 | last post by:
Hi I want to make my header table (with the logo and nav menu) start at 0,0. I tried body {margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding:0px;} but I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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...

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.