emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Manish <mailtomanish.sharma@gmail.com>
To: Sebastian Rose <sebastian_rose@gmx.de>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Suggestions for Orgmode.org homepage
Date: Thu, 8 Jan 2009 09:32:04 +0530	[thread overview]
Message-ID: <e7cdbe30901072002l262fbb70h6438727ab209f9ae@mail.gmail.com> (raw)
In-Reply-To: <8763kq5x04.fsf@kassiopeya.MSHEIMNETZ>

That works!  Thank you Sebastian.

-- 
Manish

On Thu, Jan 8, 2009 at 8:23 AM, Sebastian Rose <sebastian_rose@gmx.de> wrote:
> Hi Manish,
>
> just make the #table-of-contents limited to a certain height. 100%
> should work if nothing else is higher than the visible area in the
> browser. If it doesn't, use a pixel value.
>
> @media screen {
>
> /* ... all your styles here ... */
>
> #table-of-contents
> {
> position:fixed;
> width:198px;
> /* add this for the height: */
> height:100%;
> overflow:auto;
> }
>
> * html { overflow-y: hidden; }
>
> * html body {
> overflow-y: auto;
> height: 100%;
> padding: 0 0 0 0;
> font-size: 100%;
> }
>
> * html div#table-of-contents { position: absolute; }
> }
>
>
> Regards,
>
>  Sebastian

  reply	other threads:[~2009-01-08  4:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-07 18:28 Suggestions for Orgmode.org homepage Manish
2009-01-07 19:45 ` Sebastian Rose
2009-01-07 20:25   ` Manish
2009-01-08  2:53     ` Sebastian Rose
2009-01-08  4:02       ` Manish [this message]
2009-01-07 23:41   ` Carsten Dominik
2009-01-08  2:54     ` Sebastian Rose
2009-01-08  3:27       ` Samuel Wales
2009-01-07 21:26 ` Matthew Lundin
2009-01-08  5:44   ` Manish
2009-01-08  9:03 ` R: " Giovanni Ridolfi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e7cdbe30901072002l262fbb70h6438727ab209f9ae@mail.gmail.com \
    --to=mailtomanish.sharma@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=sebastian_rose@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).