My questions are myriad, but Google has provided many answers.
The thing I'm currently struggling with is what I'll call a complete
vertical fill of a border or a background color, which I see when
testing in both IE and Firefox.
Lets say I have a three-column layout. Each column is inside its own
div and things are floated such that it lines up properly. All three of
those divs are inside a container div. If I apply a background color or
background image to one of the divs, or if I try to apply a border to
the left or right side of one of the divs, they don't "fill" all the way
to the bottom of the element the way they do in a table. FF and IE have
different ideas on where to stop filling or tiling, but they both seem
to want to stop before the bottom of the element.
A complicating issue is that on some pages the middle div will be
tallest and on others the right div will be tallest, which is why I put
all three (left, center, and right) in one container. And, the "height"
of a div may be different from page to page, so using a background image
of a certain height won't work, either.
One other problem I found is that 'absbottom' is not valid any longer,
or at least it causes the page to fail validation. The workaround to
make an included page with no content other than an image is thus a
little awkward, but I seem to have made it work.
In general, and in my exceedingly uninformed and humble opinion, I have
a lot better luck using CSS to control things horizontally that vertically.
Randy Morgan