D
DLU
Bergamot said:There is no "apparently" about it. If you understood the box model, you
would know that, and how to avoid such problems.
? Are you talking about the empty space between the bottom of the
masthead and the top of the h2? That area does not extend any farther
right than it did before. It is bound by the same containing div.main as
the 2 content columns. Whatever you perceive to be the issue is probably
not it at all.
BTW, I see no real difference between IE6 and other browsers. The layout
looks to be equally "off" in all.
No, removing the border on .wrapper caused problems. I'll try to explain...
Before:
.wrapper { <-- container for the 3 cols below the masthead
margin: 0;
padding: 0;
border-width: 0 180px 0 0;
border-color: #CCC;
border-style: solid;
}
.main { <-- container for the 2 content cols
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 100%;
}
Now:
.wrapper {
margin: 0;
padding: 0;
border-width: 0 0 0 0; <-- right border gone
border-color: #CCC;
border-style: solid;
}
.main {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 100%; <-- same as before
}
The .wrapper div has no explicit width and defaults to auto, which in
this case is 100% of the available viewport width. The previous styling
with the border made the calculated div width (refer to the box model)
100% *minus* 180px
The right column was subsequently positioned with a margin-right:-180px
that put it on top of that 180px right border.
Within .wrapper there is another div container for the 2-column content
area: .main
Its width is 100% of the available space in .wrapper. After you removed
the border, this became 100% of the viewport width, leaving no place for
the right column to go except off the right side of the screen.
Does any of that make sense? If not, what specifically don't you
understand?
I see now, there is another CSS for wrapper, inbox1, main.
/* stretch float containers for IE */
..inbox1 {
zoom: 1;
}
..main {
zoom: 1;
}
..wrapper {
zoom: 1;
}
387 .inbox1 Property zoom doesn't exist : 1
390 .main Property zoom doesn't exist : 1
393 .wrapper Property zoom doesn't exist : 1
But you either aren't comprehending, or not retaining what you do learn.
I don't know why that is, but it is your biggest obstacle at the moment.
Its old age.
By "extending" do you mean adding the inline style of height:1593px?
This shows just how little you do know. The number you chose only
"works" when the conditions are the exact same as when you chose it. By
that I mean browser viewport size, font size, and any other variables
that affect the physical page dimensions. You might as well have picked
3000, or 1000, and had a chance of being "right" under some specific
conditions. Setting height like that is an ugly, newbie hack and is the
wrong way to go about it.
So if the , viewport size is changed, the rightbar will not change with
it.
You aren't asking the right questions, I think, or it appears that you
aren't even trying to learn from the references given you, even if you
really are. The latter is perceived as laziness on your part and does
not endear you to the regulars here. So you get hammered.
I do not find all these explanations in the references. What you have
just written I did not find in the references. They may be implied but
I did not read it that way. Your explanation is a lot clearer than what
I have read so far.
I restored it to the original. However I still would lke to find a wayDoes that mean you are working off a different version than the one you
posted for us to see? BTW, an unclosed <li> can indeed have undesirable
effects.
to make it read right on IE6. It seems as if quite a few people are
still using it. Some of them told me that their computer would not let
them upgrade. Now I am not sure why not, unless they are running a
bogus program, windoze 2000, XP, Vista, all should allow the IE7
upgrade. None of them are running Linux as far as I know. There are
several MACs but tthey see it OK.
I don't know what that means. What program?
One of the pictures had a line in it that referenced something about it
having been created by the thumbnail creator, or something to that
effect. It was not necessary but did not do anthing to the picture itself.
--
***************************************
* This is the Spammish Inquisition *
* Not Lumber Cartel Unit 75 [TINLC] *
* I am not SPEWS.ORG *
***************************************