On Saturday 17 Sep 2005 17:16, Gunlaug Sørtun wrote:
One way to "isolate" the problem:
Add the following styles, with underscores and all, at the bottom of
your stylesheet:
@media all {
#pagebody {
margin: 0 5px 0 5px;
overflow: hidden;
_height: 0;
_overflow: visible;
}
#menuapps {
margin-r
On Sunday 18 Sep 2005 08:58, Alan Chandler wrote:
>
> Actually, I just discovered a really strange side effect, which does not
> show up on the static pages I put up before as an example
...
>
> http://www.chandlerfamily.org.uk/famtree/test3
>
> uses chandler1.css - which has the changes suggested
On Saturday 17 Sep 2005 17:16, Gunlaug Sørtun wrote:
> Alan Chandler wrote:
> > Thank you, it works
>
> Good ;-)
Actually, I just discovered a really strange side effect, which does not show
up on the static pages I put up before as an example
On my real application (which has headers and a seco
Alan Chandler wrote:
Thank you, it works
Good ;-)
However, I am still stuggling to understand
No wonder, as the mechanisms involved are used by many, but have not
been well documented anywhere -- until now.
We investigated these mechanisms while looking for /similarities/
between a well kn
On Saturday 17 Sep 2005 03:48, Gunlaug Sørtun wrote:
> Alan Chandler wrote:
> > The only possible linkage that I can see is through the clearfix
> > class, but I don't understand why. Can someone give me an
> > explanation so that I can have a clue as how to avoid it.
>
> You're correct: it's cle
Alan Chandler wrote:
http://www.chandlerfamily.org.uk/famtree/test2.html
which shows the bottom of the nested internal div (of class "spouse")
somehow interacting with the bottom of div #menuapps.
The only possible linkage that I can see is through the clearfix
class, but I don't understand
I have a problem with the height of a div in the first row of a table I am
constructing using tapestry as an the engine generating the html. This
problem occurs across a range of browsers.
I have managed to isolate the problem in some static html, but I don't
understand why it occurs.
The fo