bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: footer navigation headers


From: Per Bothner
Subject: Re: footer navigation headers
Date: Thu, 4 Mar 2021 11:40:32 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0

On 3/4/21 9:31 AM, Patrice Dumas wrote:
On Sun, Feb 14, 2021 at 12:32:58PM -0800, Per Bothner wrote:

We can do this with CSS:
     div.subsection div.header { display: none }

However, this has the downside that it also hides the end-of-page
navigation header, which I think is useful.

The problem is that the  end-of-page header is emitted inside the
final @subsection.  I think it should be emitted outside the
final @subsection.

I am not sure that it is sufficient for your purpose, but it seems to me
that it is not the case (it may have been at that time).  I have not
checked extensively but I see the footer in a <div> or a <table> outside
of the section </div>.

Looks like I goofed. This setting give me teh behavior I want:

div.subsection div.header { display: none }

See: https://per.bothner.com/tmp/DomTerm-txjs/Wire-byte-protocol.html
--
        --Per Bothner
per@bothner.com   http://per.bothner.com/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]